sciebby
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] After Submit form doesn’t work endless spinnerI understand. where the problem was, I had an outdated version of divi theme
Forum: Plugins
In reply to: [Contact Form 7] After Submit form doesn’t work endless spinnerAnother soluctions?
Forum: Plugins
In reply to: [Contact Form 7] After Submit form doesn’t work endless spinnerTakayuki Miyoshi (@takayukister)
Try switching to the default theme, deactivating all plugins excluding Contact Form 7, and clearing all cache data.
Why you are advised to deactivate plugins and switch to the default theme.
(Don’t work)
Forum: Plugins
In reply to: [Contact Form 7] After Submit form doesn’t work endless spinnerAny soluction for me? I use Divi theme, with divi supreme pro
Forum: Plugins
In reply to: [Contact Form 7] After Submit form doesn’t work endless spinnerForum: Plugins
In reply to: [Contact Form 7] After Submit form doesn’t work endless spinnerMain Issue:
We are encountering a 500 (Internal Server Error) when a POST request is sent to the Contact Form 7 form. The issue was detected from the following request:
bash
POST https://www.edenclubnaturist.com/wp-json/contact-form-7/v1/contact-forms/828/feedback 500 (Internal Server Error)
Diagnostic Steps and Relevant Information:- Error 500 on Contact Form 7:
- The 500 error specifically appears in the API request:bashCopia codice
POST https://www.edenclubnaturist.com/wp-json/contact-form-7/v1/contact-forms/828/feedback
- The WordPress REST API is used by Contact Form 7 to send the form data, and there seems to be an issue with processing the request on the server.
- The 500 error specifically appears in the API request:bashCopia codice
Resolution Attempts:
- Attempt to enable debugging in WordPress (unsuccessful):
- I tried enabling debugging by adding the following lines to the wp-config.php file:phpCopia codice
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
- However, since I am not an expert, I accidentally took the site down while trying to configure debugging. Fortunately, I was able to restore the site using a backup of the wp-config.php file. For now, I have not been able to successfully enable debugging.
- I tried enabling debugging by adding the following lines to the wp-config.php file:phpCopia codice
- Checking the plugins:
- I temporarily deactivated all plugins except Contact Form 7 and checked if the error persists. This was done to rule out any potential conflicts between plugins.
- No obvious conflict has been identified yet, but we are analyzing the debug logs for further confirmation.
- Checking the compatibility of Contact Form 7:
- It has been verified that the latest version of Contact Form 7 is installed and that it is compatible with the current version of WordPress.
- Checking the WordPress REST API:
- The WordPress REST API was tested by accessing:arduinoCopia codice
https://www.edenclubnaturist.com/wp-json/
- The REST API seems to be functioning correctly, but we are checking if there are any limitations or blocks on the POST requests used by Contact Form 7.
- The WordPress REST API was tested by accessing:arduinoCopia codice
- Modifying the
.htaccess
file to increase server resources:- The following values were added to the
.htaccess
file to increase the memory limit and execution time:phpCopia codicephp_value max_execution_time 300 php_value memory_limit 256M php_value post_max_size 64M php_value upload_max_filesize 64M
- However, it has been noted that these values may not be supported on some servers, which could have caused issues with file uploads.
- The following values were added to the
Forum: Plugins
In reply to: [Contact Form 7] After Submit form doesn’t work endless spinnerI have the same problem
- Error 500 on Contact Form 7: