MyBB Community Forums

Full Version: Database = Error 1064
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi to all.

I have changed my host.. so I made a backup from MyBB 1.4.8

After, by my phpMyAdmin, I have imported the backup.. but I have the follow problem:

Quote:Errore
query SQL:

INSERT INTO mybb_ems( eid, message,
TYPE ,
INDEX , author, created,
ORDER )
VALUES (
'3', 'Servizio <b>TUTORIAL:</b> http://tutorial.xcodeitalia.org\r\n Servizio <b>NEWS:</b> http://news.xcodeitalia.org', 'purple', '1', '1', '1249250071', '1'
);

Messaggio di MySQL: Documentazione
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'index,author,created,order) VALUES ('3','Servizio <b>TUTORIAL:</b> http://tutori' at line 1

The old server:
Motore SQL MySQLi 5.0.45
Versione PHP 5.1.6

The new server:
Versione MySQL 5.0.67-community
Versione PHP 5.2.10

What can I do?