- The sql-mode strict_trans_tables is enabled in your mysql server, please contact your host provider to disable it.

Mydoctorapp

New Member
Messages
1
Reaction score
0
Points
1
How do you disable - The sql-mode strict_trans_tables is enabled in your mysql server, please contact your host provider to disable it.
 

Eric S

Administrator
Staff member
Messages
842
Reaction score
122
Points
43
This is not possible on our free hosting services
 

MellOnell

New Member
Messages
1
Reaction score
0
Points
1
just testing a php community software. During installed it errored like that. I found in the install php the following code:

if (in_array('strict_trans_tables', $results)) {
some code here to display an error message that
}

I put a // to comment those three lines out.
 
Top