![]() |
Quote:
|
Quote:
|
This is what you need to put the code after then. Like this:
Quote:
Quote:
|
UPDATE!!! i did file edits seeing i could not get installer to work and the error now changed to....
PHP Code:
|
Quote:
I can send you the index file to review if you wish Boofo. I know your not here to give personal one on one but I think I did do it right and still no go bud. Quote:
|
Im not sure if it's been posted yet but a workaround to the db_driver errors in mkportal you will need to find an replace db_driver with db_driver_ib in all the arcade files.
There is 6 occurences in total Here's a list of changes In arcade.php Find : Code:
$DB = new db_driver; Code:
$DB = new db_driver_ib; Find : Code:
$DB = new db_driver; Code:
$DB = new db_driver_ib; Find : Code:
class db_driver { Code:
class db_driver_ib { In installer_xx.php either en or de depending on your language Find : Code:
$DB = new db_driver; Code:
$DB = new db_driver_ib; In uninstaller.php Probably not needed as there will be no need to remove this wonderful hack :) Find : Code:
$DB = new db_driver; Code:
$DB = new db_driver_ib; |
Quote:
|
Quote:
|
Quote:
This needs to be added to the install instructions or sticky here! I changed a total of 3 files and after finishing a game instead of the error, I received: Your score won't be stored in Database because the Arcade only saves users top score per Game. YES!!!!! Boofo, you are an amzingly patient man since you have almost single handedly addressed all pages of this thread. JTyson, I am sooo friken happy right now! Thank you! For those of you with mkportal, please look for all 6 of the files listed above in JT's post and changed the one instance in each from: db_driver To: db_driver_ib I only had three since I just installed this on my vB 3.5.1 and followed the install instructions to the T. The three files I changed where: functions/dbclass.php admincp/arcade.php and arcade.php *Also, please disregard the index.php file changes posted in prior suggestions as it had no effect on my Arcade and portal. |
Quote:
are you serious? that's a huge file to be searching through to remove spaces.. besides shouldn't that have been something that was made that way for a reason? i've been messing with this all day I guess I'm just going to have to un-install it. I don't know enough about PHP to make it work. |
All times are GMT. The time now is 06:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|