Sudipto Mahmud
Forum Replies Created
-
Hello,
Check the logs: need solution…This is miniOrange OAuth plugin Debug Log file
[2025-05-08 06:57:17 UTC] : Authorization Request Sent => https://sub.domain.com/oauth/authorize.php?client_id=Name.3cd28b27f444366adfe05241b1e17b05&scope=openid profile email&redirect_uri=https://domain.com&response_type=code&state=QXl4cW8gQVA=
[2025-05-08 06:57:28 UTC] : OAuth plugin catched the flow, $_REQUEST array=>
[2025-05-08 06:57:28 UTC] : Array
(
[code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
[state] => QXl4cW8gQVA=
)
[2025-05-08 06:57:28 UTC] : Authorization Response Received
[2025-05-08 06:57:28 UTC] : OAuth Flow
[2025-05-08 06:57:28 UTC] : Token request content =>
[2025-05-08 06:57:28 UTC] : Token Request Sent => https://sub.domain.com/oauth/token.php
[2025-05-08 06:57:28 UTC] : body =>
[2025-05-08 06:57:28 UTC] : Array
(
[grant_type] => authorization_code
[code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
[client_id] => NAME.3cd28b27f444366adfe05241b1e17b05
[client_secret] => 000000N2Zpz6QFYwgozog0qmoqCdclient_secret2DDMw5TFs15fm+YA3YIUUd0Bw==
[redirect_uri] => https://domain.com
)
[2025-05-08 06:57:28 UTC] : headers =>
[2025-05-08 06:57:28 UTC] : Array
(
[Accept] => application/json
[charset] => UTF - 8
[Authorization] => Basic QVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDU6Y05FYWVOMlpwejZRRll3Z296b2cwcW1vcUNkcW51cDhoYlliVXBXWVdrNzJOT3MycmpCQW9wRVBNUXFtNjJERE13NVRGczE1Zm0rWUEzWUlVVWQwQnc9PQ==
[Content-Type] => application/x-www-form-urlencoded
)
[2025-05-08 06:57:28 UTC] : Token Response Received => {"access_token":"1af805b654b01ae022f6cf37c39025a5c2c0b11c","expires_in":3600,"token_type":"Bearer","scope":"openid email profile","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjE5ZWFmY2QzYWViOTVkOGM4NTU0NDI2ZDEyMmQ2ODBkMjczODQ4NTJkYjI4ZGIyZWMwZjY3OWU3MzQ1MGE2ZDYifQ.eyJpc3MiOiJodHRwczpcL1wvYXAuYXl4cW8uY29tIiwic3ViIjoiYTM3MGIzOWMtMDYzZi00M2Q0LThmOTAtMGZjZTdmNmY4ZTU2IiwiYXVkIjoiQVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDUiLCJpYXQiOjE3NDY2ODc0NDcsImV4cCI6MTc0NjY5MTA0NywiYXV0aF90aW1lIjoxNzQ2Njg3NDQ3fQ.eAuu7Mn7n6jRlqEK_q-BOmNw6B3JtDgdzfjbHX4kPfcNlTMv1B3OFc99nmP0Y--hGSRRfmtQ45HmJ-Y-KK5VpE34UDHbmtB4QI8bdZSyjruCRVmuL5brmZZbQxMZD8VhLiuVjtdWlf6nCHvetYdvHNO9WWy-jDRZ_8_kvF0Z40a6WS5Ut801oW6e3fNAxrx3AvwQWHERQytaRvn0Cu2Ebol77HngDTTbYHGtxzF7dZvdnTt7o5TaX-ZoOM53SlkqZj0LhiLSG-NAd_OUFPBnHhra8L25e3YbsfFxUjTKK7K3Qj4gH9tRW7vHH3RGQvSEUvVOU0j__KL0dOKv2RF6_ECTvhik3QCy0ChRmiVqT_p0QMxfOi1jZdC4-0yQEiUtnzWqXE_E0qlEP16l9qNo07feWrliUxMQVtqDDB5WbTtngU5Li8a9Qhl5Z_EFAoNi_VmZ2lM0N_2t8XAlV4ovwLONCFwNsUUCD8uxp0FIvJSBQNFFNbnDu7gpwqxMc4rrR8BGkjvf3-uHw6xrA2ZorfJZE_Hn3Zx1i44yt-lildf56MHAYQv2m9BEjE9HofrM3qAryJjCobup-vNy_jKgUaSxlVKTqvk3RUohzQ9vu6VUsXVBvmYH8S3ubCx7R9G5-0nnj915EGgeFnqBYRs5skABZ5rNMQe8vz-pQeRs2B8"}
[2025-05-08 06:57:28 UTC] : Token Response Recieved => 1af805b654b01ae022f6cf37c39025a5c2c0b11c
[2025-05-08 06:57:28 UTC] : Resource Owner request content =>
[2025-05-08 06:57:28 UTC] : headers =>
[2025-05-08 06:57:28 UTC] : Array
(
[Authorization] => Bearer 1af805b654b01ae022f6cf37c39025a5c2c0b11c
)
[2025-05-08 06:57:28 UTC] : Resource Owner Endpoint: https://sub.domain.com/oauth/userinfo.php
[2025-05-08 06:57:29 UTC] : Resource Owner Response =>
[2025-05-08 06:57:29 UTC] : Array
(
)Hello,
Check the logs:This is miniOrange OAuth plugin Debug Log file
[2025-05-08 06:57:17 UTC] : Authorization Request Sent => https://sub.domain.com/oauth/authorize.php?client_id=Name.3cd28b27f444366adfe05241b1e17b05&scope=openid profile email&redirect_uri=https://domain.com&response_type=code&state=QXl4cW8gQVA=
[2025-05-08 06:57:28 UTC] : OAuth plugin catched the flow, $_REQUEST array=>
[2025-05-08 06:57:28 UTC] : Array
(
[code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
[state] => QXl4cW8gQVA=
)
[2025-05-08 06:57:28 UTC] : Authorization Response Received
[2025-05-08 06:57:28 UTC] : OAuth Flow
[2025-05-08 06:57:28 UTC] : Token request content =>
[2025-05-08 06:57:28 UTC] : Token Request Sent => https://sub.domain.com/oauth/token.php
[2025-05-08 06:57:28 UTC] : body =>
[2025-05-08 06:57:28 UTC] : Array
(
[grant_type] => authorization_code
[code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
[client_id] => NAME.3cd28b27f444366adfe05241b1e17b05
[client_secret] => 000000N2Zpz6QFYwgozog0qmoqCdclient_secret2DDMw5TFs15fm+YA3YIUUd0Bw==
[redirect_uri] => https://domain.com
)
[2025-05-08 06:57:28 UTC] : headers =>
[2025-05-08 06:57:28 UTC] : Array
(
[Accept] => application/json
[charset] => UTF - 8
[Authorization] => Basic QVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDU6Y05FYWVOMlpwejZRRll3Z296b2cwcW1vcUNkcW51cDhoYlliVXBXWVdrNzJOT3MycmpCQW9wRVBNUXFtNjJERE13NVRGczE1Zm0rWUEzWUlVVWQwQnc9PQ==
[Content-Type] => application/x-www-form-urlencoded
)
[2025-05-08 06:57:28 UTC] : Token Response Received => {"access_token":"1af805b654b01ae022f6cf37c39025a5c2c0b11c","expires_in":3600,"token_type":"Bearer","scope":"openid email profile","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjE5ZWFmY2QzYWViOTVkOGM4NTU0NDI2ZDEyMmQ2ODBkMjczODQ4NTJkYjI4ZGIyZWMwZjY3OWU3MzQ1MGE2ZDYifQ.eyJpc3MiOiJodHRwczpcL1wvYXAuYXl4cW8uY29tIiwic3ViIjoiYTM3MGIzOWMtMDYzZi00M2Q0LThmOTAtMGZjZTdmNmY4ZTU2IiwiYXVkIjoiQVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDUiLCJpYXQiOjE3NDY2ODc0NDcsImV4cCI6MTc0NjY5MTA0NywiYXV0aF90aW1lIjoxNzQ2Njg3NDQ3fQ.eAuu7Mn7n6jRlqEK_q-BOmNw6B3JtDgdzfjbHX4kPfcNlTMv1B3OFc99nmP0Y--hGSRRfmtQ45HmJ-Y-KK5VpE34UDHbmtB4QI8bdZSyjruCRVmuL5brmZZbQxMZD8VhLiuVjtdWlf6nCHvetYdvHNO9WWy-jDRZ_8_kvF0Z40a6WS5Ut801oW6e3fNAxrx3AvwQWHERQytaRvn0Cu2Ebol77HngDTTbYHGtxzF7dZvdnTt7o5TaX-ZoOM53SlkqZj0LhiLSG-NAd_OUFPBnHhra8L25e3YbsfFxUjTKK7K3Qj4gH9tRW7vHH3RGQvSEUvVOU0j__KL0dOKv2RF6_ECTvhik3QCy0ChRmiVqT_p0QMxfOi1jZdC4-0yQEiUtnzWqXE_E0qlEP16l9qNo07feWrliUxMQVtqDDB5WbTtngU5Li8a9Qhl5Z_EFAoNi_VmZ2lM0N_2t8XAlV4ovwLONCFwNsUUCD8uxp0FIvJSBQNFFNbnDu7gpwqxMc4rrR8BGkjvf3-uHw6xrA2ZorfJZE_Hn3Zx1i44yt-lildf56MHAYQv2m9BEjE9HofrM3qAryJjCobup-vNy_jKgUaSxlVKTqvk3RUohzQ9vu6VUsXVBvmYH8S3ubCx7R9G5-0nnj915EGgeFnqBYRs5skABZ5rNMQe8vz-pQeRs2B8"}
[2025-05-08 06:57:28 UTC] : Token Response Recieved => 1af805b654b01ae022f6cf37c39025a5c2c0b11c
[2025-05-08 06:57:28 UTC] : Resource Owner request content =>
[2025-05-08 06:57:28 UTC] : headers =>
[2025-05-08 06:57:28 UTC] : Array
(
[Authorization] => Bearer 1af805b654b01ae022f6cf37c39025a5c2c0b11c
)
[2025-05-08 06:57:28 UTC] : Resource Owner Endpoint: https://sub.domain.com/oauth/userinfo.php
[2025-05-08 06:57:29 UTC] : Resource Owner Response =>
[2025-05-08 06:57:29 UTC] : Array
(
)Hello,
I am using PHP v8.2 . is it ok for Icegram Ecpress plugin?Hi,
New Camping Post Notification Logo Change Problem, Blank Media Screen.
and many Issue.
Watch Video :
https://drive.google.com/file/d/1AHVxD8E43zhxRbEfHeAkR1LlD3yAavhM/view?usp=sharing- This reply was modified 2 years, 5 months ago by Sudipto Mahmud.
Forum: Plugins
In reply to: [Real-Time Find and Replace] Problem/Conflict With “Avada” theme.My guess is there’s a problem with the replacements rules you’ve created.
Change the role then use another. same problem. not working.
Forum: Plugins
In reply to: [Real-Time Find and Replace] Problem/Conflict With “Avada” theme.Hello,
So you update your plugin? Will this problem be solved in the next update?Do you have the “Elementor” page builder active on your site?
If Yes deactivate Elementor.@missveronicatv
“Elementor” is too much popular worldwide. So I am Confirm this problem not coming from “Elementor”. This is “Ultimate Member” plugin problem. And many others have had the same problem.
The “Ultimate Member” has to solve this problem.- This reply was modified 2 years, 10 months ago by Sudipto Mahmud.
Hello, @ahamedsaifullah
Can you explain more about your current problem.Are there any error messages coming from UM?
Guess: mod_security block the login functionality of Ultimate Member Plugin. So find the mod_security error and enable this role id.
Try to do a Theme/Plugin conflict test and read this guide.Hello, @missveronicatv
It’s “Ultimate Member” Plugin problem. Problem comes from “Ultimate Member” Plugin.Problem: Account page not displaying correctly. showing small width. After pasting this shortcode in the page, after saving the page editor is showing error and is not loading. After pasting this shortcode I can’t edit that page again.
All other pages of “Ultimate Member” are fine, problem only in “account page”. and shortcode of “account page”@plutonash
Hello,
First Deactivate your current theme. use WordPress default theme. Then, see if the problem persists.Hello,
There is an update about this issue.
The issue is now resolved.
How I solved this problem: The problem was caused “403 Forbidden”.
ModSecurity block “Predefined Fields = Password” functionality. So I enabled this block role from server. after that all the functionality is work fine.Thank you
Hello,
Thanks for you reply.
I got some browser warning and error. I don’t know about this error.
Image Link: https://drive.google.com/file/d/1eL53bh1I7Xhly61cGOAhNoll4TXqdZTV/view?usp=sharing- This reply was modified 2 years, 11 months ago by Sudipto Mahmud.
- This reply was modified 2 years, 11 months ago by Sudipto Mahmud.
Hello,
I know about this. I use this for login and registration form. but not working.Hello,
Plugin Updated but problem not solve. Same problem “Predefined Fields = Password” not Display after click.