• Bonjour,

    Lorsque je suis dans l’éditeur d’article de wordpress, la connexion au serveur s’arrête constamment. Il est impossible de rédiger un article correctement.

    Connaissez-vous la raison, et la solution pour éviter ce problème ?

    Merci

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    As per your description, it seems your WordPress site has low memory, and it causes this issue. You can check your memory limit by navigating to WordPress Dashboard -> Tools -> Site Health -> Info –

    ?To increase the memory limit you will have to modify your wp-config.php file of yours. Just above this line ” /* That’s all, stop editing! Happy blogging. */” add this following line of code:

    define(‘WP_MEMORY_LIMIT’, ‘512M’);

    You will find the wp-config.php file under your WordPress directory. You may check this article, https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    I think you are using Elementor, so, its better to share your query in the plugin-specific forum, https://www.ads-software.com/support/plugin/elementor/

    Cheers!

    The description could also indicate a server-side error. The reason for the error should be visible in the error log. You can find it in your hosting area. If necessary, the support of your hosting can help you.

    Alternatively, you could also enable debugging in WordPress. How to do this is described here: https://www.ads-software.com/support/article/debugging-in-wordpress/ – also here the support of your hosting can help you if necessary to edit the file accordingly.

    In both cases you should be able to see what the cause is in the logfile.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.