• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Bug: HTTP error 500 for modules/contact/send.php

dave-ha

Regular Pleskian
I keep getting a 500 Internal Server Error for this file on all WPB 10 sites in Google Webmaster Tools: modules/contact/send.php. In my opinion it is a file that should be excluded from being crawled.
 
The error happens only on sites where the contact module is in use. Workaround: Exclude the file in robots.txt.
 
Hi Dave,

We'll look into excluding this file in default robots.txt. Thanks for reporting!
 
For the record: Probably this issue was solved with version 11.1. The release notes say:
42. [-] Errors on the server side were not processed correctly by the Contact Form module.
 
500 errors occur due to causes internal servers, users usually less intervention.

1 A case is server error handling htaccess (eg file syntax is incorrect, or the server is not installed one module to handle some of its special directives: for example in htaccess RewriteRule which uses the server did not install such modRewrite ...).

2 This error usually occurs in one of the servers does not allow you to set permissions for the folders to CHMOD 777 mode, especially the admin or directory administrator (for the purpose of protecting parts of your back-end) . This error means that rarely happens on localhost, and when this fails you will not get into the admin page.

3 You are DoS attacks (one of the host server configuration when using the resources then this error)

Solution: go to File Mananger or use an FTP program on your host and CHMOD for folders and files, the folder is 755 files also should be 644.
If all else fails, try searching to see if any htaccess file, if so, if there are changes to tamthoi.htaccess not? If you change the name of all the possible causes 1
 
Server chạy suPHP thì theo mình chmod 711 và 644.
Đối với thư mục không public mà chỉ có php include() thì chmod 700, file trong đó là 600.
I think this can help!
 
Back
Top