SEO Services
Home
http 405 verb error
is this the only php page you've tried running on there?
place a file in the same directory and put this in it:
[code:1:a5acef1bef]
<?php phpinfo(); ?>
[/code:1:a5acef1bef]
open that file in your browser and it will inform you whether php is installed and running properly.
I sorted out the previous error.. I now get this
Warning: mail(): SMTP server response: 550 5.1.1 <tets> User unknown; rejecting in
E:\Inetpub\webs\isango\formemail.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at
E:\Inetpub\webs\isango\formemail.php:25) in E:\Inetpub\webs\isango\formemail.php
on line 25
HELP!!
I also get this error when I try a new form:
Notice: Undefined variable: monthnameactual in E:\Inetpub\webs\rav\nvform.php on
line 89
Notice: Undefined index: required in E:\Inetpub\webs\rav\nvform.php on line 94
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 153
Notice: Undefined index: sort in E:\Inetpub\webs\rav\nvform.php on line 171
Warning: Cannot modify header information - headers already sent by (output started at
E:\Inetpub\webs\rav\nvform.php:89) in E:\Inetpub\webs\rav\nvform.php on line 209
the undefined error is no big deal.
you can turn that off by lowering your error checking.
the "user unknown" message means you probably havent set up the email information yet. look for the config file.
[quote:aade1a394b]"I sorted out the previous error.. I now get this "[/quote:aade1a394b]
How was this sorted? I too am getting this error.
What did you do to fix this. I am getting this error on this site.......
http://www.diverse-technology.com
On the contact page when "submit" is clicked on it gives the same error page.
is it a new page? did it just stop working?
first thing to check is file permissions. make sure the files are set to execute and that the directory allows executable access.
It was working on the previous server fine. Then they migrated to a new server and the error message started. I'm thinking the formmail script doesn't have permissions to call the "post" command or there is a permission that is not set. This is a bit out of my experience so far to date but I have an idea as it bagan after migrating to the new server.
Thank you in advance for your response,
---Joe