Welcome Guest, Not a member yet? Register   Sign In
same php script run as different manner in different sever
#1

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
Reply
#2

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.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply




Theme © iAndrew 2016 - Forum software by © MyBB