I recently installed e107 (Basically a pre-made layout system) to a subdirectory of my website for personal use, and now, when I try to upload something via a .csv file, I get this error:
Error
SQL-query :
LOAD DATA LOCAL INFILE '/tmp/php9jtA94' REPLACE INTO TABLE engine
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
ESCAPED BY '\'
LINES TERMINATED BY '\r\n'
MySQL said:
#1148 - The used command is not allowed with this MySQL version
Anyone know what is causing this? Is it possibly e107 (which installs a bunch of tables) is the culprit? I need this resolved quickly but currently am unable to figure the problem. Doing it the same way as I always do. Could it also be possible for some reason my hosting server rolled back to an earlier version of MySQL?