Gives me the error
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
INSERT INTO forumarcade_games
(shortname, title, author, description, instructions, notes, file, filesize, width, height, miniimage, stdimage, categoryid, dateadded, system, isreverse)
VALUES (
'pacman',
'Pacman',
'<strong>Paul Neave</strong><br /><em><a href=\"http://www.neave.com/\" target=\"_blank\">Please help to support the author and visit their homepage!</a></em>',
'The yellow blob returns! Eat the pills and jack up your score in this arcade classic.',
'<strong>Left arrow:</strong> Move Pacman left<br />\r\n<strong>Right arrow:</strong> Move Pacman right<br />\r\n<strong>Up arrow:</strong> Move Pacman up<br />\r\n<strong>Down arrow:</strong> Move Pacman down<br /><br />\r\n<strong>P:</strong> Pause/unpause game<br />\r\n<strong>M:</strong> Mute/unmute sound<br />\r\n<strong>L:</strong> Low quality on/off',
'This game is an unofficial clone of the original Pac-Man? game and is <strong>not</strong> endorsed by the trademark and copyright owners <a href=\"http://www.namco.com/\" target=\"_blank\">Namco Ltd.</a>',
'pacman.swf',
'38',
'360',
'420',
'pacman2.gif',
'pacman1.gif',
'3',
'1146805881',
'0',
'0');
MySQL Error : Unknown column 'author' in 'field list'
Error Number : 1054
Date : Friday, May 5th 2006 @ 01:11:22 AM