|
|
|
mirepup
Noobie
Posts: 5
I'm a llama!
|
|
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #408 on: March 10, 2003, 09:56:28 AM » |
|
So - has anyone got the complete solution to the install problems? I'm down to the QuoteUnable to connect to database ! Check your configuration
MySQL said: No Database Selected and would love to know what to do. I've tried editing my include_once settings in all different ways. If I really screw it up, I get a blank page. When I set it to: # FROM YaBB include_once "/yabbse/Settings.php"; include_once "/yabbse/QueryString.php"; include_once "/yabbse/english.lng"; include_once "/yabbse/Subs.php"; include_once "/yabbse/Errors.php"; include_once "/yabbse/sources/Load.php"; include_once "/yabbse/sources/Security.php"; include_once "include/config.inc.php"; include_once "include/functions.inc.php"; Then I get the error. Things I've tried FYI: Directory Structure (w2k) = yabbse/gallery/include include_once "/yabbse/Settings.php" (site root, then yabbse =error) include_once "../yabbse/Settings.php" (up 1, then yabbse = wrong path, blank page) include_once "../../yabbse/Settings.php" (up 2, then yabbse = right path but error) include_once "/Settings.php" (failed since settings is not in the site root)
YABB SE works fine BTW.
|
|
|
Logged
|
|
|
|
Wistman
Jr. Member
Posts: 84
I'm a llama!
|
|
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #409 on: March 10, 2003, 02:29:58 PM » |
|
Yaaaayyy, Managed to get mine working, so I thought I'd tell you how I managed it. My gallery path is as follows: w w w.mydomain.com/Test/gallery/In init.inc.php I hardcoded the following from
# FROM YaBB include_once "../Settings.php"; include_once "$boarddir/QueryString.php"; include_once "$boarddir/english.lng"; include_once "$sourcedir/Subs.php"; include_once "$sourcedir/Errors.php"; include_once "$sourcedir/Load.php"; include_once "$sourcedir/Security.php"; include_once "include/config.inc.php"; include_once "include/functions.inc.php";
TO
# FROM YaBB include_once ("../Settings.php"); include_once ("../QueryString.php"); include_once ("../english.lng"); include_once ("../Sources/Subs.php"); include_once ("../Sources/Errors.php"); include_once ("../Sources/Load.php"); include_once ("../Sources/Security.php"); include_once ("include/config.inc.php"); include_once ("include/functions.inc.php");
I then had to add a template into my gallery directory (I didn't mind this as I wanted a different template for my gallery anyway ) On my template I had to give the full url for my logo i.e. w w w.mydomain.com/Test/YaBBImages/logo.jpg
Following things are buggy though, athough they may be browser problems (still checking) On the gallery display title and discription drops down the page and is partially obscured by the New album box ~ checked the source and the "! End Standard Table" closing tag is missing I do not get the full image on clicking the pic. The slide show does not seem to work (there is no way of ajusting the show time on each image either) That is it for the moment And the mod is apprecated Thank you
|
|
|
Logged
|
|
|
|
|
|
|
iccwz02
Noobie
Posts: 22
I'm a llama!
|
|
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #413 on: March 11, 2003, 01:12:58 PM » |
|
I found the following error where I run install.php : Notice: Undefined index: test_gd1 in D:\cgi-bin\yabbse\gallery\install.php on line 577 Notice: Undefined index: test_gd2 in D:\cgi-bin\yabbse\gallery\install.php on line 585
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|