I tried to find solutions to my problem in this topic, but it's a 54-page monster... so don't shoot if I missed something
Yesterday I was forced to move my vB forum (along with Photoplog) to another server and redirect my domain. After that Photoplog refuses to work, showing following error:
Code:
Warning: chdir(): No such file or directory (errno 2) in /photoplog/settings.php on line 85
Warning: main(./global.php): failed to open stream: No such file or directory in /photoplog/settings.php on line 86
Fatal error: main(): Failed opening required './global.php' (include_path='.:/:/usr/pear') in /photoplog/settings.php on line 86
Yes, I know - it's about wrong path in config.php. But my path is exactly same as before:
Quote:
Forum location: mydomainname.pl
Photoplog location: mydomainname.pl/photoplog/
settings.php entry: require_once('./global.php');
|
Everything is the same as it was on the old serwer - database, catalogue structure, etc. What did I missed? :ermm: