I have changed my hosting. every thing is working accept some portion of apps. Most importantly The course enrollment button not working . Other part like profile is also not working. But it loads the course and the massage from admin panel is coming. That says it connected with new hosts.
This is to note, we have change to old host (by changing in router manually to switch host) and the button and app works perfectly. but do not work properly with new host.
What to do ???
note: my site is http://super30bangladesh.com/
App: https://play.google.com/store/apps/details?id=com.super30.bangladesh
Please share the admin credential in a private reply.
I have to configure your app at my end to test the network request.
Also, make themes and plugins are an update to date
This reply has been marked as private.
We are configuring your site at our end and checking the issue.
Hi,
We have check you have migrate to 4.x
https://prnt.sc/va0r5k
Currently, the wplms app will only work with 3.x setup.
Refer this to migrate to 3.x from 4.x
https://wplms.io/support/knowledge-base/reverting-from-4-0-to-3-x/
All 4.x related articles :
https://wplms.io/support/article-categories/4-0/
Hi,
during our first post we had 3.x and after your massage we have updated all plugins including to themes to 4.x.
Anyway, we have downgraded it to 3.X and the problem exists. Students can not enroll or join the course. Please HELP, it urgent
This reply has been marked as private.
Now API has been used but Header does not validate.
https://prnt.sc/vaq9pg
Changed the htaccess still getting the issue.
We need to debug the code. Please share FTP details in a private reply.
This reply has been marked as private.
This reply has been marked as private.
hi,
from your clue i have solved it ... there is what i did:
1) added the following line in .htaccess:
RewriteCond %{HTTP:Authorization} ^(.)
RewriteRule ^(.) - [E=HTTP_AUTHORIZATION:%1]
2) Wprdpress was overwritting the file again and again
3) to stop it, I have made .htacess permission to 444
NOW IT'S WORKING BUT DON'T KNOW IF IT WILL HAVE OTHER IMPACT. LET ME KNOW IF YOU NEED FTP. THANKS.
No issue should occur.
The issue is only that we send token in the header "Authorization" key which does not reach API so .htaccess modification needs.
If you get any issue please let us know with FTP, we recommend not to set the 444 set on .htaccess.