PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Error with VB 3.6.7 (http://www.photoplog.com/forum/showthread.php?t=1209)

Doctor Death 05-18-2007 02:31 PM

Error with VB 3.6.7
 
I upgraded to 3.6.7 and now get this error:

Quote:

Warning: chdir(): No such file or directory (errno 2) in /home/vywhbabh/public_html/forums/photoplog/settings.php on line 91

Warning: main(./global.php): failed to open stream: No such file or directory in /home/vywhbabh/public_html/forums/photoplog/settings.php on line 92

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vywhbabh/public_html/forums/photoplog/settings.php on line 92
My HTML path in options remains what it was before when it worked fine.

Any ideas?

Thanks!

Morgan 05-18-2007 02:37 PM

Check that the server path set in the PhotoPlog config file is correct.

Doctor Death 05-18-2007 05:06 PM

It is
 
Hey Morgan;

The path is correct: http://www.ddsog.com/forums/photoplog

Continue to get this error; Could you take a look at the setup and tell me what you think the issue is? I updated to VB 3.6.7 PL1 and it stopped working.

Thanks

Doctor Death 05-18-2007 05:26 PM

Check this line out...
 
The line that I think is giving it trouble is

Quote:

require_once('./global.php');
Shouldnt that line read

Quote:

require_once('../global.php');
Since global.php is in next higher folder? Or am I just fishing here :)

Anyway thanks for looking at this, I am frustrated.

Doc

Doctor Death 05-18-2007 05:32 PM

Looking further, the culprit lines seem to be:

Quote:

chdir(PHOTOPLOG_FWD);
require_once('./global.php');
chdir(PHOTOPLOG_BWD);
Isn't the chdir command trying to change to another directory? What would the values of those be?

Doctor Death 05-18-2007 05:52 PM

Even More...
 
1 Attachment(s)
I looked at plugin status (after yet another uninstall and reinstall) and here is what the screen looked like...

Note the one line with the line through it...

Morgan 05-18-2007 06:07 PM

The path you listed in post three is not a server path. Try this in the PhotoPlog config file:
Code:

define('PHOTOPLOG_FWD','/home/vywhbabh/public_html/forums');
Also, you should not change the PhotoPlog settings.php file regardless of what someone posted in the vBorg thread. If you set the correct server path in the PhotoPlog config file, PhotoPlog will work.

Doctor Death 05-18-2007 06:12 PM

Morgan;

Roger, understand, have not changed anything, was poking around under the hood but dont want to goof anything up :)

Thanks will let you know if the above fixes it.

Doctor Death 05-18-2007 06:25 PM

Excellent, it is running again, but I cant get beyond the signin screen, going to research some posts I think I saw on that.

Doctor Death 05-18-2007 06:47 PM

Unusual... I can get to all forums and it keeps me signed in, but when I bring up PhotoPlog, it thinks I am not signed in and wont let me go further even if I do sign in.

Any ideas?

Thanks for assist, I know this is tedious.


All times are GMT. The time now is 07:57 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.