|
|
|
|
|
|
|
|
Wistman
Jr. Member
Posts: 84
I'm a llama!
|
|
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #398 on: March 09, 2003, 09:35:15 AM » |
|
QuoteCheck your Database and see if the installer inserts these three tables. Yes the tables are there QuoteWistman, Are you getting "include" errors. I had to hard code some paths to the forum code. In the init.inc.php file. My code looks like this now...
# FROM YaBB include_once "../QueryString.php"; include_once "../Settings.php"; include_once "../english.lng"; # Why do these need to be hard coded? include_once "../Sources/Subs.php"; include_once "../Sources/Errors.php"; include_once "../Sources/Load.php"; include_once "../Sources/Security.php"; # Back to normal... include_once "include/config.inc.php"; include_once "include/functions.inc.php";
Posted by: babylonking The only way I could get the "include_once" to work was to hard code using my full URL path on all the YaBB "includes" The last two 'includes are in the "gallery/include" directory an work OK. I then had to hard code the sql script, with username, password etc., to get it to find the tables. It seems to me that athough it includes the "settings.php" etc, it doesn't use them or can't use them? Oh yes BTW I'm using 1.5.1RC1 not sure what build (downloaded on the 26Feb) I shall be spending another day on it today Any help would be apprecated
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|