|
Attention: Last reply in this thread was more than 15 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
getting closer
I was getting a server error when going to /photoplog/index.php
now I am getting: Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/osso12/public_html/photoplog/settings.php on line 94 Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/osso12/public_html/photoplog/settings.php on line 95 Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/osso12/public_html/photoplog/settings.php on line 95 |
#2
|
|||
|
|||
did a edit on photoplog/config
and now I get Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/osso12/public_html/photoplog/settings.php on line 94 Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/osso12/public_html/photoplog/settings.php on line 95 Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/osso12/public_html/photoplog/settings.php on line 95 |
#3
|
|||
|
|||
same error...ugh.
|
#4
|
|||
|
|||
fixed.
Issue was wrong path in config. correct path: /home/osso12/public_html/ |
|
|