View previous topic :: View next topic |
Author |
Message |
ciyan -
Joined: 08 Apr 2005 Posts: 5
|
Posted: Fri Apr 08, 2005 7:54 pm Post subject: mail |
|
|
Ok, ive installed qk smtp server and i try and send a mail with php. however, whenever i try any sort of mail() abyss gives me this:
Error 405
Method Not Allowed
what does this mean and why on earth is it giving it to me? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Apr 08, 2005 8:26 pm Post subject: |
|
|
This happens when you link to the script wrong. If your using a form , make
sure you link to the script properly other wise it won't work. Have A Nice Day!
Also this can happen when you haven't yet setup PHP and you try to execute
the PHP script from a form input , please make sure you have PHP correctly
installed and then try the script again and it should work. LateR! |
|
Back to top |
|
 |
ciyan -
Joined: 08 Apr 2005 Posts: 5
|
Posted: Fri Apr 08, 2005 9:40 pm Post subject: |
|
|
I'm very sure that php works correctly, as phpmyadmin works fine and that is complex enought to test out if php is working.
Im also sure that it was linked correctly. Ill try again though. Thank you. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Apr 09, 2005 1:46 pm Post subject: |
|
|
ciyan wrote: | I'm very sure that php works correctly, as phpmyadmin works fine and that is complex enought to test out if php is working.
Im also sure that it was linked correctly. Ill try again though. Thank you. |
Error 405 means that your the action tag of the form you are using refers to a static page (or to a page that isn't inside on of the Script Paths declared in Abyss Web Server).
If you cannot solve the problem, please send to support@aprelium.com the HTML page where the form is and your abyss.conf . Do not forget to add a reference to this forum message. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|