>>
Site Map
>>
Forums
>>
Addons 7x
Forum module - topics in forum:
Addons 7x - Discussions regarding all other PHP-Nuke addons. 7x
absolute filesystem path to album
Im trying to instal gallery 1.5 and Im so near to getting past the instal procedure ....but.
I have to insert the absolute filesystem path to the dir /album and I cant for the life of me suss out what this path is. Ive tried:
/home/
userName/public_html/albums
/hostname/db name/albums
Im beginning to think Im thick.
Will someone please step in here to preserve my sanity

Want an easy way to find out your server path?
Just temporarily rename your config.php and then try and load your site, the error will include the path.
Hey hey
That really cagey..I like it.
Let you know how I get on...thanks
Edit:
Worked a treat.....onward and upward
That is a way to check. Another more nicer way is to use next script. Save it as realpath.php and run it.
| Code: : |
<?
echo 'rp = '.realpath('index.php');
?> |
BL