Code: Select all
There has been a critical error on this website.
Please check your site admin email inbox for instructions.
- PHP version: 8.4.7 (works, but Elementor officially supports up to 8.2)
- memory_limit: 512M
(OK)
- post_max_size: 130 m
(sollte 256m)
- upload_max_file: 128m
(sollte 256M) , sein. />max_execution_time: 165
(should be 300)
- max_input_vars: 16000
(OK)
Bearbeitet .htaccess < /code> in /www /< /code> root: < /p>
Code: Select all
php_value memory_limit 512M
php_value post_max_size 256M
php_value upload_max_filesize 256M
php_value max_execution_time 300
php_value max_input_vars 16000
Code: Select all
@ini_set( 'memory_limit', '512M' );
@ini_set( 'post_max_size', '256M' );
@ini_set( 'upload_max_filesize', '256M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_vars', '16000' );
< /code>
→ Kein Effekt. Ovh (.ovhconfig< /code>), aber Elementor stürzt immer noch mit dem kritischen Fehler ab. upload_max_filesize