View Single Post
  #9  
Old 11-28-2015, 05:06 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Ok... You're getting the 'infamous' error of unknown origin...

Can you run this query and tell me what you get for a result?

Code:
SELECT `VARIABLE_VALUE` FROM `information_schema`.`GLOBAL_VARIABLES` WHERE `VARIABLE_NAME` LIKE 'INNODB_STRICT_MODE'
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote