Welcome Guest, Not a member yet? Register   Sign In
HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
#21

see sql attached
please rename txt to sql extension

Attached Files
.txt   bestofficedesksetup_live.txt (Size: 22.59 KB / Downloads: 66)
Reply
#22

Maybe the localhost will be the problem
Reply
#23

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
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#24

(07-06-2018, 01:53 AM)lsepolis123 Wrote: see sql attached
please rename txt to sql extension

Is Mariadb on the live server too?
CURRENT_TIMESTAMP does not work on datetime(only old mysql version).
Reply
#25

(This post was last modified: 07-06-2018, 06:51 AM by lsepolis123.)

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

(07-06-2018, 03:27 AM)Paradinight Wrote:
(07-06-2018, 01:53 AM)lsepolis123 Wrote: see sql attached
please rename txt to sql extension

Is Mariadb on the live server too?
CURRENT_TIMESTAMP does not work on datetime(only old mysql version).

what the fix... 
i have to modified sql file
what delete/insert?
Reply
#27

(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
please rename txt to sql extension

Is Mariadb on the live server too?
CURRENT_TIMESTAMP does not work on datetime(only old mysql version).

what the fix... 
i have to modified sql file
what delete/insert?

Remove the CURRENT_TIMESTAMP
Reply
#28

you mean mysql version in live server? phpinfo() can show this ???
Reply
#29

(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
Reply
#30

what put in its position???

I have no Date in php in the code... what is the equivalent get in old MySQL current time????
Reply




Theme © iAndrew 2016 - Forum software by © MyBB