Log in

View Full Version : Error:arcade/functions/dbclass.php


haytham
01-27-2008, 04:28 PM
Hi,
Did everything from installation instructions then went to Arcade. Any thing I click I get this message:

in /arcade/functions/dbclass.php on line 42

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /arcade/functions/dbclass.php on line 45
ERROR: Cannot find database

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /arcade/functions/dbclass.php on line 184

Is there something I should add to this dbclass file???
Please..I am waiting for your help.

--------------- Added 1201459519 at 1201459519 ---------------

Ok I found the problem. My config.php file is the problem. I changed its name and I have a fake one. Your script is reading the fake one. How can I make it read from the new one I have? Where do I tell it to read the config info. from my new named config. file? Waiting. Thanks

--------------- Added 1201459917 at 1201459917 ---------------

Solved. Changed the config name in arcade.php..so far so good. Now will try the converter.

MrZeropage
01-27-2008, 05:34 PM
Question: how did you tell vBulletin your new named config-file ?

I could make ibProArcade read this value and use it ...

haytham
01-27-2008, 05:41 PM
in the arcade.php in admincp:
REQUIRE BACK-END ############################
require_once('./global.php');
require_once('./includes/functions_misc.php');
include "./includes/mynewconfigfile.php";

MrZeropage
01-27-2008, 08:29 PM
Yes, sure - but how did you tell your vBulletin not to include config.php ?