Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't access open cart Admin from iphone

I have installed opencart on my server and everything seems to be working fine except for the fact that I can't access the admin dashboard through my iphone. It works fine on my PC, on a Mac, and on an android Phone like a Galaxy note 4.

I can't seem to find any information on this. It doesn't generate any errors. the only thing it does is reload the admin sign in screen. If the password is incorrect it displays the error message but if the username and password are correct it doesn't go in.

Any ideas as to what might be happening?

like image 838
Myy Avatar asked Sep 20 '16 02:09

Myy


2 Answers

Rename temporarly htaccess file then check..

like image 163
heart hacker Avatar answered Sep 21 '22 06:09

heart hacker


Can you try to search for 'Mobile_Detect' in your code and see if there is any code to check for Iphone around this. Mobile_Detect is a library to detect your device type. It might be happening due to this.

like image 44
Anoop Lath Avatar answered Sep 23 '22 06:09

Anoop Lath