CodeIgniter Forums
same php script run as different manner in different sever - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: same php script run as different manner in different sever (/showthread.php?tid=63965)



same php script run as different manner in different sever - dhinakar - 12-28-2015

My codeigniter php application hosted on two different lamp server , when i was submit page,its not refresh on particular server,but another server it get refreshed, any one have idea about how to fix this issue


RE: same php script run as different manner in different sever - includebeer - 12-31-2015

There's no quick fix for a bug like this. You need to find the problem before you can find a fix.

Check the logs to see if there's any error messages. Apache's log are probably in /var/log/httpd. CI's log are in your application folder. Change the log threshold in application/config/config.php to debug.

It may also be a misconfiguration that makes you javascript crash. Check with Firebug if you have JS errors.