| Code:
|
[b](keep in mind that occgamer_vbulletin is the name of the DB. im running phpnuke 7.9)[/b]
[b]Add Arcade:[/b] Error retrieving categories
DEBUG MODE
SQL Error : 1146 Table 'occgamer_vbulletin.ARCADE_CATEGORIES_TABLE' doesn't exist
SELECT arcade_cattitle, arcade_catid FROM ARCADE_CATEGORIES_TABLE ORDER BY arcade_cattitle ASC
Line : 107
File : admin_arcade_add.php
[b]Comment Config:[/b] Couldn't obtain comment count.
DEBUG MODE
SQL Error : 1146 Table 'occgamer_vbulletin.COMMENTS_TABLE' doesn't exist
SELECT * FROM nuke_bbconfig
Line : 95
File : admin_arcade_comments.php
[b]Config Arcade:[/b] phpBB : Critical Error
Could not query config information in admin_arcade
DEBUG MODE
SQL Error : 1146 Table 'occgamer_vbulletin.ARCADE_TABLE' doesn't exist
SELECT * FROM ARCADE_TABLE
Line : 34
File : admin_arcade.php
[b]Manage Arcade Games:[/b] phpBB : Critical Error
Could not query arcade_categorie in admin_arcade
DEBUG MODE
SQL Error : 1146 Table 'occgamer_vbulletin.ARCADE_CATEGORIES_TABLE' doesn't exist
SELECT * FROM ARCADE_CATEGORIES_TABLE ORDER BY arcade_catorder ASC
Line : 341
File : admin_arcade_games.php
[b]Permissions Arcade (after selecting a member):[/b] Couldn't obtain arcade categories information
DEBUG MODE
SQL Error : 1146 Table 'occgamer_vbulletin.ARCADE_CATEGORIES_TABLE' doesn't exist
SELECT * FROM ARCADE_CATEGORIES_TABLE ORDER BY arcade_catorder
Line : 173
File : admin_arcade_auth.php
|