php have 501 error in site, but works ok in another site, which 2 sites are in same server, why? [on hold]Why does my WHICH PHP have a different value than WHEREIS PHP?PHP webmail client, but which server?Why are php files coming up 404 from IIS6 when they work OK the default site?php include path errors: Same code works on Ubuntu default Apache and php conf, but not on CentOSPlesk RHEL - email not received when originating from IP other than my serverIIS8: Multiple Sites pointing to same physical folder, but each with different PHP versionPHP script works on local MAMP server but not IIS 8 serverNginx server block not workingMultiple domain server, sendmail working erraticallyERROR 500 - Internal server error on PHP Sites
How to prevent "they're falling in love" trope
Can I run a new neutral wire to repair a broken circuit?
Is it inappropriate for a student to attend their mentor's dissertation defense?
What mechanic is there to disable a threat instead of killing it?
How seriously should I take size and weight limits of hand luggage?
Size of subfigure fitting its content (tikzpicture)
Assassin's bullet with mercury
Cursor Replacement for Newbies
Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?
Im going to France and my passport expires June 19th
How do I gain back my faith in my PhD degree?
Alternative to sending password over mail?
Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
Could the museum Saturn V's be refitted for one more flight?
Should I cover my bicycle overnight while bikepacking?
All in one piece, we mend holes in your socks
Avoiding the "not like other girls" trope?
ssTTsSTtRrriinInnnnNNNIiinngg
Avoiding direct proof while writing proof by induction
Ambiguity in the definition of entropy
Do UK voters know if their MP will be the Speaker of the House?
How dangerous is XSS?
Arrow those variables!
php have 501 error in site, but works ok in another site, which 2 sites are in same server, why? [on hold]
Why does my WHICH PHP have a different value than WHEREIS PHP?PHP webmail client, but which server?Why are php files coming up 404 from IIS6 when they work OK the default site?php include path errors: Same code works on Ubuntu default Apache and php conf, but not on CentOSPlesk RHEL - email not received when originating from IP other than my serverIIS8: Multiple Sites pointing to same physical folder, but each with different PHP versionPHP script works on local MAMP server but not IIS 8 serverNginx server block not workingMultiple domain server, sendmail working erraticallyERROR 500 - Internal server error on PHP Sites
I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.
A site shows me 501 Method Not Implemented error after I submit test form.
B site sending and receiving are OK.
only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com');
part, A site to info@a.com
, B site to info@b.com
.
A and B just addon domain to a same server, but point to different folder.
what's the likely problem the 501 happens on A site? and how can I get this fixed?
I am on php 5.6 server.
thanks.
php
New contributor
put on hold as off-topic by Michael Hampton♦ 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
add a comment |
I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.
A site shows me 501 Method Not Implemented error after I submit test form.
B site sending and receiving are OK.
only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com');
part, A site to info@a.com
, B site to info@b.com
.
A and B just addon domain to a same server, but point to different folder.
what's the likely problem the 501 happens on A site? and how can I get this fixed?
I am on php 5.6 server.
thanks.
php
New contributor
put on hold as off-topic by Michael Hampton♦ 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
1
What was the method? What was in the logs?
– Michael Hampton♦
2 days ago
I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.
– user3127293
yesterday
add a comment |
I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.
A site shows me 501 Method Not Implemented error after I submit test form.
B site sending and receiving are OK.
only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com');
part, A site to info@a.com
, B site to info@b.com
.
A and B just addon domain to a same server, but point to different folder.
what's the likely problem the 501 happens on A site? and how can I get this fixed?
I am on php 5.6 server.
thanks.
php
New contributor
I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.
A site shows me 501 Method Not Implemented error after I submit test form.
B site sending and receiving are OK.
only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com');
part, A site to info@a.com
, B site to info@b.com
.
A and B just addon domain to a same server, but point to different folder.
what's the likely problem the 501 happens on A site? and how can I get this fixed?
I am on php 5.6 server.
thanks.
php
php
New contributor
New contributor
New contributor
asked 2 days ago
user3127293user3127293
1
1
New contributor
New contributor
put on hold as off-topic by Michael Hampton♦ 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
put on hold as off-topic by Michael Hampton♦ 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
1
What was the method? What was in the logs?
– Michael Hampton♦
2 days ago
I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.
– user3127293
yesterday
add a comment |
1
What was the method? What was in the logs?
– Michael Hampton♦
2 days ago
I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.
– user3127293
yesterday
1
1
What was the method? What was in the logs?
– Michael Hampton♦
2 days ago
What was the method? What was in the logs?
– Michael Hampton♦
2 days ago
I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.
– user3127293
yesterday
I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.
– user3127293
yesterday
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
What was the method? What was in the logs?
– Michael Hampton♦
2 days ago
I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.
– user3127293
yesterday