September 09, 2010, 01:14:38 AM
Great New Theme! Thanks, sybil!!! ;)

02 Jan 2009 Error Messages

Error Messages in SMF Arcade

Error: You need to enable javascript in order to play games!

Find /Themes/default/script.js . CHMOD this file to 644.

MYSQL/gameDuration Error

If you get this error:

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 '
endTime = 1227714436, gameDuration = 1227714436, memberIp = '***.***.***.***'' at line 3
File: /home/****/public_html/Sources/Subs-Arcade.php
Line: 710
Please try this:

http://www.smfarcade.info/forum/index.php/topic,4601.msg28061.html#msg28061

SMF Database Upgrade Error

If you see something similar (the error and SMF version will probably be different depending on the issue) to this:

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.4, while your database is at version 1.1.2. The above error might possibly go away if you execute the latest version of upgrade.php.

This is an SMF issue that happens when you upgrade your forum but the database is not upgraded along with it.

The first part of the error is not what is important but the 2nd half is. Download the SMF upgrade package (not update) that is the same as your SMF forum version number.
For SMF 1.1.x versions: Extract upgrade.php and upgrade_1-1.sql and upload them to your root folder of your forum. Run http://yourforum.com/upgrade.php. "yourforum.com" is the complete link to your forum.

For SMF 1.0.x versions: Extract upgrade.php, upgrade_1-0.sql, and upgrade_1-1.sql. Upload them to your root folder of your forum. Run yourforum.com/upgrade.php. "yourforum.com" is the complete link to your forum.

If you run into a smiley error during the upgrade follow the following link and then run upgrade.php again. This is an SMF upgrade issue.

http://docs.simplemachines.org/index.php?topic=1079.0

Please note that this may or may not fix the error you are having for the mod in question but it will upgrade your database to the proper version. This should help with the installation of your SMF mods.

'smf_arcade_games' table doesn't exist - v2.5.x ONLY

Open /Sources/DbPackages-mysql.php in the arcade zip that you have downloaded.

Find:

// Create the table!
$smcFunc['db_query']('', $table_query,
'security_override' );

Replace with:

     // Create the table!
   if (!$smcFunc['db_query']('', $table_query, 'security_override'))
      fatal_error(mysql_error() . '<br />' . $table_query);

Reinstall the arcade as usual.



Please, choose another topic from the list below.

1. Before You Install SMF-Arcade

2. Choosing The Right SMF-Arcade Version

3. Installing E-Arcade on SMF 1.1.x

4. Installing E-Arcade on SMF 2

5. Manual Installations for SMF-Arcade

6. Common Problems with SMF-Arcade

7. Error Messages with SMF-Arcade <- You are here.

8. Adding Hacks for SMF-Arcade

Enjoy!!!

Courtesy of:
Doc Skillz