![]() |
HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and (/showthread.php?tid=71090) |
RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - lsepolis123 - 07-06-2018 see sql attached please rename txt to sql extension RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - emmawatson8855 - 07-06-2018 Maybe the localhost will be the problem RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - InsiteFX - 07-06-2018 if you moved the ./application and ./system folders then you need to edit index.php if they are above in the root then you need to tell it ../application and ../system RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - Paradinight - 07-06-2018 (07-06-2018, 01:53 AM)lsepolis123 Wrote: see sql attached Is Mariadb on the live server too? CURRENT_TIMESTAMP does not work on datetime(only old mysql version). RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - lsepolis123 - 07-06-2018 On live Server Not sure but I think is MariaDB because OS is CentOS 6 & PHP 5.6 what the solution what to replace in sql file??? local is PHP 7 XAMPP RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - lsepolis123 - 07-06-2018 (07-06-2018, 03:27 AM)Paradinight Wrote:(07-06-2018, 01:53 AM)lsepolis123 Wrote: see sql attached what the fix... i have to modified sql file what delete/insert? RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - Paradinight - 07-06-2018 (07-06-2018, 10:29 PM)lsepolis123 Wrote:(07-06-2018, 03:27 AM)Paradinight Wrote:(07-06-2018, 01:53 AM)lsepolis123 Wrote: see sql attached Remove the CURRENT_TIMESTAMP RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - lsepolis123 - 07-07-2018 you mean mysql version in live server? phpinfo() can show this ??? RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - Paradinight - 07-07-2018 (07-07-2018, 12:23 AM)lsepolis123 Wrote: you mean mysql version in live server? phpinfo() can show this ??? In the create table code, remove CURRENT_TIMESTAMP RE: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and - lsepolis123 - 07-07-2018 what put in its position??? I have no Date in php in the code... what is the equivalent get in old MySQL current time???? |