![]() |
error
I get the following error when trying to view the gallery:
Code:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/user/public_html/bionicwomanforum/gallery/settings.php on line 92 |
Looks like the server path you have set in the PhotoPlog config file is incorrect. Try this:
Code:
define('PHOTOPLOG_FWD','/home/user/public_html/bionicwomanforum'); |
^ That's what I'm using.
thanks, Daniel |
Try this instead, but I cannot tell you your server path as I don't know it with certainty:
Code:
define('PHOTOPLOG_FWD','/home/ochaecom/public_html/bionicwomanforum'); Code:
<?php echo getcwd(); ?> |
My last reply was wrong. I cleared my cookies after making a change and now get this error:
Code:
Parse error: syntax error, unexpected T_STRING in /home/ochaecom/public_html/bionicwomanforum/gallery/config.php on line 3 |
A parse error usually indicates a typo. What are the contents of the PhotoPlog config file?
|
Code:
<?php// ########################################################################// ####################### START CONFIGURATION ############################// ########################################################################// set the full path to your main forum directory: if you are not sure of // the full path, look in your vB config file for $config['Misc']['forumpath']// and see if there is a value present - if not, ask your host about it or// try the getcwd function: http://www.php.net/manual/en/function.getcwd.php |
With everything jammed together like that, it looks like you may have FTPed the PhotoPlog config file in BINARY mode. Grab the original PhotoPlog config file, set the server path with a TEXT ONLY editor such as Notepad, and then FTP the PhotoPlog config file in ASCII mode.
|
That was the problem. Thanks!
|
All times are GMT. The time now is 09:49 AM. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.