PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Page not found (http://www.photoplog.com/forum/showthread.php?t=23)

zeuxxx 01-14-2006 09:58 PM

Page not found
 
I have done all steps of the install, but when I go to www.myweb.com/photoplog
then show page not found.
:(

zeuxxx 01-14-2006 11:34 PM

Now I get this error:

Quote:

Warning: chdir(): No such file or directory (errno 2) in /web/htdocs/www.xxxxxxxx.com/home/galeria/settings.php on line 68

Warning: main(./global.php): failed to open stream: No such file or directory in /web/htdocs/www.xxxxxxxxx.com/home/galeria/settings.php on line 69

Fatal error: main(): Failed opening required './global.php' (include_path='.:/php/lib/php/') in /web/htdocs/www.xxxxxxxxxxx.com/home/galeria/settings.php on line 69
(galeria=photoplog)

Morgan 01-15-2006 12:06 AM

Your config file setting is incorrect:
Code:

// change XXXXXXXX and FORUM-DIR to the actual values for your site

define('PHOTOPLOG_FWD','/web/htdocs/www.XXXXXXXX.com/home/FORUM-DIR');


zeuxxx 01-15-2006 12:29 AM

No, I put here XXXXXX instead real web address because I donĀ“t want to publicate it :) but in cofig.php I put it right in:
define('PHOTOPLOG_FWD','http://www.real-adress-of-my-web.com/forum/');

Any other idea?

maybe the error is in settings.php line 68 and 69?

thanks in advance

Morgan 01-15-2006 01:16 AM

Nope, what you have is incorrect. It is not supposed to be a link, it is supposed to be the full path to your forum directory:
Code:

// change XXXXXXXX to the actual value for your site

define('PHOTOPLOG_FWD','/web/htdocs/www.XXXXXXXX.com/home/forum');


zeuxxx 01-15-2006 01:38 AM

I put it and now:

Quote:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Morgan 01-15-2006 02:21 AM

Save the following as full_path.php and FTP it into your forum directory, and then call it from your browser. What do you see?
Code:

<?php
echo getcwd();
?>


zeuxxx 01-15-2006 02:30 AM

Here is....

Quote:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /web/htdocs/www.myweb.com/home/forum/full_path.php on line 2

Parse error: parse error, unexpected T_ECHO in /web/htdocs/www.myweb.com/home/forum/full_path.php on line 3

Morgan 01-15-2006 08:07 AM

Copy and paste, or hand type, the little code bit into a text only editor such as Notepad, save as full_path.php and then FTP in ASCII mode.

zeuxxx 01-15-2006 09:24 AM

Sorry, here is:

Quote:

/web/htdocs/www.myweb.com/home/forum


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

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