Okay
  Print

[1.7] Elementor widgets do no loaad on edit/problem with saving

This problem need to be solved on server configuration. Please check yourself or ask your host support about

  • mod_security disabled
  • <IfModule mod_substitute.c>
    SubstituteMaxLineLength 10M </IfModule>
    
  • IF you use PHP Fast CGI set  values

    pm.max_children = 75
    pm.process_idle_timeout = 10s
    pm.max_requests = 500


  • IF you use Litespeed set  values
    LSAPI_CHILDREN = 75 
    PHP_LSAPI_MAX_REQUESTS = 500

    or

<IfModule LiteSpeed>

LSPHP_Workers 100 </IfModule>
ref. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:concurrency#reached_max_children_process_limit



If above not helps ask server provider support to check error logs