Log in

View Full Version : Script errors in Version: 2.6.2+ of IbproArcade


tinman12
07-20-2007, 10:37 AM
I have recently downloaded and installed Version: 2.6.2+ of IbproArcade. It is excellent. However i have noticed what i believe to be a few problems with table references in some of the scripts. All the tables are prefixed with ibf_ eg ibf_games_list. No tables with this prefix exist in the database and i had to replace the ibf_ with the prefix i had used when setting up Vbulletin. In addition the file mod_arcade.php contains references to a table ibf_members. Members with any prefix at all does not exist in the database. I replaced 'members' with 'user'.
Hope this helps with some of the problems in this forum.
Regards tinman12 :)

MrZeropage
07-20-2007, 10:56 AM
you don't need to replace anything, all those things are automatically adapted by the database-class

so don't mess around with the code, it does work fine the way it is