Habtom

msg:3824391 | 10:05 am on Jan 12, 2009 (gmt 0) |
sendeail2.php might not exist. Are you sure the file is inside the home directory? could the name be sendmail2.php?
|
MrWhippy

msg:3824395 | 10:06 am on Jan 12, 2009 (gmt 0) |
not sure if you have noticed there is a possible typo in your second link you have "sendeail2.php" not "sendmail2.php" not the E instead of an m possibly for mail. hope that helps
|
afrodite2

msg:3824406 | 10:19 am on Jan 12, 2009 (gmt 0) |
Yes, good spotting, that was a typo I made a long time ago, but I carried it through, so the php is really called sendeail2.php, and it exists in the home folder, but when you locate to its address, it doesn't show......
|
ncw164x

msg:3824426 | 11:08 am on Jan 12, 2009 (gmt 0) |
try using the full url <form method="post" action="http://www.example.co.uk/home/sendeail2.php"> you will need the full url for the graphics too otherwise they will not show [edited by: coopster at 1:27 pm (utc) on Jan. 12, 2009] [edit reason] exemplified url [/edit]
|
afrodite2

msg:3824442 | 11:37 am on Jan 12, 2009 (gmt 0) |
Tried that, still doesn't show!
|
ncw164x

msg:3824459 | 12:15 pm on Jan 12, 2009 (gmt 0) |
have you uploaded your PHP files in Text or ASCII mode, it could of been transfered in binary mode by your FTP client which can give a server error
|
afrodite2

msg:3824480 | 12:25 pm on Jan 12, 2009 (gmt 0) |
I uploaded the php as a Dreamweaver file, is that correct?
|
ncw164x

msg:3824487 | 12:44 pm on Jan 12, 2009 (gmt 0) |
dreamweaver will upload in auto mode but it could be uploading in the wrong mode for your PHP files other than that do you have a .htaccess file in the root of your webspace ?
|
afrodite2

msg:3824494 | 12:56 pm on Jan 12, 2009 (gmt 0) |
No, what is an .htaccess file for?
|
mvaz

msg:3824502 | 1:20 pm on Jan 12, 2009 (gmt 0) |
Can a website have both asp & php scripts running? I am no guru, but my host will let me have either asp or php scripts running on a server.
|
PHP_Chimp

msg:3824528 | 2:14 pm on Jan 12, 2009 (gmt 0) |
Lets go back to very basic. Do you have other php pages that are working? If you dont have any other php pages in your site then just make the traditional
<?php echo "Hello, world"; ?>
and see if that works, if it doesnt then you know that php is dead. <edit> What is the error message you are getting? [edited by: PHP_Chimp at 2:15 pm (utc) on Jan. 12, 2009]
|
afrodite2

msg:3824562 | 3:05 pm on Jan 12, 2009 (gmt 0) |
I put this on my site as info.php <html> <head> <title> PHP Test Script </title> </head> <body> <?php phpinfo( ); ?> </body> </html> and when I accessed it through my browser, I got this message: The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@example.co.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. [edited by: eelixduppy at 9:18 pm (utc) on Jan. 12, 2009] [edit reason] exemplified [/edit]
|
afrodite2

msg:3824578 | 3:32 pm on Jan 12, 2009 (gmt 0) |
I have just checked my server and it looks like they have updated their PHP to 5.2.8 from 4.4.8. I uploaded the pages to another site that was running 4.4.8 and they displayed! Help!
|
mvaz

msg:3824584 | 3:35 pm on Jan 12, 2009 (gmt 0) |
I suspect you do not have php enabled on your server.
|
afrodite2

msg:3824587 | 3:42 pm on Jan 12, 2009 (gmt 0) |
Could it have got disabled somehow when the server upgraded their version? Do you know how I would switch it back on?
|
mvaz

msg:3824617 | 4:24 pm on Jan 12, 2009 (gmt 0) |
Hmm...I would contact the host company and see what they have to say, I'm sure they have a technical support dept that can help you with this.
|
|