kitkit201
06-22-2006, 11:57 PM
HI folks,
Now I have a problem trying to post comments on my website.. and gettin a 404 error..
Not Found
The requested URL /index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I found in index.php where it was crashing at..
// if the x=foo does not exist prompt it! don't show the main page anymore!
if (isset($_GET['x'])&& $_GET['x']!='atom' && $_GET['x']!='rss' && $_GET['x']!='save_comment' ){ // if (isset($_GET['x']) and !file_exists( "templates/".$cfgrow['template']."/".$_GET['x']."_template.html" ))
header("HTTP/1.0 404 Not Found");
header("Status: 404 File Not Found!");
// header("Location: index.php");
echo "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\"><HTML><HEAD>\n<TITLE>404 Not Found</TITLE>\n</HEAD><BODY>\n<H1>Not Found</H1>\nThe requested URL /index.php was not found on this server.<P>\n<P>Additionally, a 404 Not Found\nerror was encountered while trying to use an ErrorDocument to handle the request MOOOJO!.\n</BODY></HTML>";
exit;
}
Can anyone lend a clue as to what I am doing wrong? It was working before, but maybe I done something to screw it up...
Thanks
My information
URL http://photokit.net/admin/index.php
PHP-version 4.4.2 (Pixelpost's min requirement: PHP version: 4.3.0 )
MySQL version 4.0.27-standard-log (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib 2.0 or higher with JPEG support
File Uploads to pixelpost site are possible.
Server Software Apache/1.3.33 (Unix)
EXIF Pixelpost is using exifer v1.5 for EXIF-information.
Paths
Guessed imagepath: /kunden/homepages/25/d89988105/htdocs/pixelpost/pixelpost1-5rc1-2/images/
Configured Imagepath: /kunden/homepages/25/d89988105/htdocs/pixelpost/pixelpost1-5rc1-2/images/
Image Directory: OK - Can we write to the directory? YES. CHMOD: 0755
Thumbnails Directory: OK - Can we write to the directory? YES. CHMOD: 0755
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK
Now I have a problem trying to post comments on my website.. and gettin a 404 error..
Not Found
The requested URL /index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I found in index.php where it was crashing at..
// if the x=foo does not exist prompt it! don't show the main page anymore!
if (isset($_GET['x'])&& $_GET['x']!='atom' && $_GET['x']!='rss' && $_GET['x']!='save_comment' ){ // if (isset($_GET['x']) and !file_exists( "templates/".$cfgrow['template']."/".$_GET['x']."_template.html" ))
header("HTTP/1.0 404 Not Found");
header("Status: 404 File Not Found!");
// header("Location: index.php");
echo "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\"><HTML><HEAD>\n<TITLE>404 Not Found</TITLE>\n</HEAD><BODY>\n<H1>Not Found</H1>\nThe requested URL /index.php was not found on this server.<P>\n<P>Additionally, a 404 Not Found\nerror was encountered while trying to use an ErrorDocument to handle the request MOOOJO!.\n</BODY></HTML>";
exit;
}
Can anyone lend a clue as to what I am doing wrong? It was working before, but maybe I done something to screw it up...
Thanks
My information
URL http://photokit.net/admin/index.php
PHP-version 4.4.2 (Pixelpost's min requirement: PHP version: 4.3.0 )
MySQL version 4.0.27-standard-log (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib 2.0 or higher with JPEG support
File Uploads to pixelpost site are possible.
Server Software Apache/1.3.33 (Unix)
EXIF Pixelpost is using exifer v1.5 for EXIF-information.
Paths
Guessed imagepath: /kunden/homepages/25/d89988105/htdocs/pixelpost/pixelpost1-5rc1-2/images/
Configured Imagepath: /kunden/homepages/25/d89988105/htdocs/pixelpost/pixelpost1-5rc1-2/images/
Image Directory: OK - Can we write to the directory? YES. CHMOD: 0755
Thumbnails Directory: OK - Can we write to the directory? YES. CHMOD: 0755
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK