Conflict: Avada and TEC
-
The Events Calendar Plugin is causing this issue (it disappeared after deactivating the plugin — or downgrade to Version 6.4.0.1). Are there any known conflicts between Avada and this plugin that go in this direction?
We encounter some errors when saving changes in Avada layouts or other global settings like global css – either pages take 60-90 seconds to save or reload or the server stops responding. However, the problem does not occur with pages, only with global elements.
The server error logs show a lot of messages like this:
[Tue Aug 13 12:35:38.133098 2024] [fcgid:warn] [pid 82458:tid 82491] (32)Broken pipe: [client 2a01:4f9:3081:5268::2:44128] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Tue Aug 13 12:36:43.589034 2024] [fcgid:warn] [pid 82458:tid 82489] (104)Connection reset by peer: [client 2a01:4f9:3081:5268::2:50218] mod_fcgid: error reading data from FastCGI server
[Tue Aug 13 12:36:43.589065 2024] [core:error] [pid 82458:tid 82489] [client 2a01:4f9:3081:5268::2:50218] End of script output before headers: index.php
[Tue Aug 13 12:36:43.589697 2024] [fcgid:warn] [pid 82247:tid 82285] (104)Connection reset by peer: [client 2a01:4f9:3081:5268::2:37196] mod_fcgid: error reading data from FastCGI server
[Tue Aug 13 12:36:43.589712 2024] [core:error] [pid 82247:tid 82285] [client 2a01:4f9:3081:5268::2:37196] End of script output before headers: index.php
[Tue Aug 13 15:11:24.800926 2024] [fcgid:warn] [pid 94123:tid 94153] [client 202.61.87.88:55921] mod_fcgid: can’t apply process slot for /var/www/php-fcgi-scripts/ckt/compact-kaeltetechnik.de/php-fcgi-starterthis is the answer of our hoster:
We have now adjusted various limits in PHP, apache2 and fcgid, but have not achieved any absolute or reproducible improvement.
You can see that after pressing refresh, hardly anything happens in terms of resources – up to 60 PHP processes are started recursively, but none of them consume any CPU or RAM.
After 60 to 90 seconds, the first errors appear in the log and the PHP processes become greedy for CPU and RAM. This disappears within a few seconds and the page is loaded again.
If we do NOT limit the fcgid resources, the web server will stop responding after a short time – this indicates unlimited recursion or a memory leak. This is a data or application problem.
- You must be logged in to reply to this topic.