No idea where to start

JW22

Joined: 2009-10-27
Posts: 3
Posted: Tue, 2009-10-27 21:37

Gallery URL = http://roninphotography.ca/gallery//main.php
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.2 cgi
Webserver = Apache
Database = mysqli 5.0.77-log, lock.system=flock
Toolkits = Exif, Gd
Acceleration = full/3600, full/3600
Operating system = FreeBSD cgi26 6.2-RELEASE-p12 FreeBSD 6.2-RELEASE-p12 #0: Mon Feb 23 13:42:04 EST 2009 root@admn6:/usr/obj/usr/src/sys/NF_GENERIC_MDROOT amd64
Default theme = carbon
gettext = disabled
Locale = en_US
Browser = Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9
Rows in GalleryAccessMap table = 18
Rows in GalleryAccessSubscriberMap table = 5
Rows in GalleryUser table = 4
Rows in GalleryItem table = 5
Rows in GalleryAlbumItem table = 2
Rows in GalleryCacheMap table = 15

I have a photography business and would like to link my clients proof albums to gallery for them to view. All of the albums would be private with only one username and password used to access them. I have uploaded a test album and tried to set "owl" as the user and "owl22" as the password but it denies access - I've looked through the help pages and forum but have not found anything that makes any sense to me. There are two albums presently uploaded the sample album and one called Nature, Landscapes and Birds (close to that) when I try and log in as owl I don't see either album. No idea where to start...

Jill

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Tue, 2009-10-27 22:22

Open config.php and scroll down to the bottom. The setting for baseUri, what does it say?

Can you post a link to phpinfo?
FAQ: What information is required when I ask for help in the forums?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
JW22

Joined: 2009-10-27
Posts: 3
Posted: Wed, 2009-10-28 03:11

* URL of Gallery codebase; required only for multisite install.
*/
$gallery->setConfig('galleryBaseUrl', '');

/*
* This setting can be used to override Gallery's auto-detection of the domain-name,
* protocol (http/https), URL path, and of the file & query string.
* Most users can leave this empty. If the server is misconfigured or for very special
* setups, this setting can be quite handy.
* Examples (the positions of the slashes ('/') are important):
* override the path: $gallery->setConfig('baseUri', '/another/path/');
* override the host + path: $gallery->setConfig('baseUri', 'example.com/gallery2/');
* override the protocol + host + path + file:
* $gallery->setConfig('baseUri', 'https://example.com:8080/gallery2/index.php');

I think uploaded it to gallery folder under phpinfohelpforum.php
*/
$gallery->setConfig('baseUri', 'roninphotography.ca/gallery//main.php');
?>

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Wed, 2009-10-28 03:17

Change
roninphotography.ca/gallery//main.php

to
http://roninphotography.ca/gallery/main.php

Or remove it all together and make that line:
$gallery->setConfig('baseUri', '');
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
JW22

Joined: 2009-10-27
Posts: 3
Posted: Wed, 2009-10-28 03:44

Now it's a blank page - all white.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Wed, 2009-10-28 04:09

What did you put in your config.php?

Copy and paste the last few lines here again.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here