Log in

View Full Version : Can't install Arcade when the config File was renamed ?


tlwwolfseye
09-19-2009, 08:44 AM
Can ibProArcade not deal with a renamed Config File ?

In my Forum I renamed the Config File to something else. That works fine with all other Mods. Just not with ibProArcade. The Install worked fine. But when I tried to get into the settings of the Arcade in the ACP, I got a Database Error and something with not finding /includes/config.php.

Why would that Mod have problems with that if the other Mods don't ?

Oh, and I run a vB 3.8.4 Board.

stangger5
09-19-2009, 11:56 PM
In the main arcade.php file look for,
include ROOT_PATH . "includes/config.php";

rename config.php there..
See if that helps..

tlwwolfseye
09-20-2009, 06:51 AM
I did that, still it happens. After I figured I try the arcade.php File that was in the ACP Folder, that also had the original path to the original Config File. After I changed it there as well, it worked. I hope the whole Mod works now, and not only the settings. Letting you know later how it worked out.

THanks.

--------------- Added 1253434801 at 1253434801 ---------------

Well, now it works, but now I get a Securitytoken Problem every time a scores is about to be saved. I already added:


<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

to all Templates it was missing. Using the "Default" style btw.

But still Securitytoken Errors. Why ?