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 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 |
|

Posts: 16503
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
Posts: 3
* 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');
?>
Posts: 16503
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
Posts: 3
Now it's a blank page - all white.
Posts: 16503
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