by Anonymous » 05 Sep 2025, 01:11
Ich hebe eine WordPress -Site (mit Elementor) auf
ovh Shared Hosting . Nach dem Installieren meines elementor-kompatiblen Themas wird der Editor nicht geladen und ich sehe nur: < /p>
Code: Select all
There has been a critical error on this website.
Please check your site admin email inbox for instructions.
When I checked the server requirements from the template, I noticed some PHP settings are lower than recommended:
- 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)
What I tried
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
→ Kein Effekt.
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
und max_execution_time , um die Anforderungen von Elementor zu erfüllen? OVH Hosting wäre geschätzt.
Ich hebe eine WordPress -Site (mit Elementor) auf [b] ovh Shared Hosting [/b]. Nach dem Installieren meines elementor-kompatiblen Themas wird der Editor nicht geladen und ich sehe nur: < /p>
[code]There has been a critical error on this website.
Please check your site admin email inbox for instructions.
[/code]
When I checked the server requirements from the template, I noticed some PHP settings are lower than recommended:
[list]
[*]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)
[/list]
What I tried
Bearbeitet .htaccess < /code> in /www /< /code> root: < /p>
[code]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]
→ Kein Effekt.[code]@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 [/code] und max_execution_time , um die Anforderungen von Elementor zu erfüllen? OVH Hosting wäre geschätzt.