• Good day everyone, please am having this issue –?Connection lost. Saving has been disabled until you are reconnected. This post is being backed up in your browser, just in case.

    Have tried uninstalling all my plugins and install them one after the other it is still showing, I even uninstalled my WordPress and installed again, same issue still occured, I have stable network but the problem is still there, anytime I post or want to add media it shows me that error.

    Please will really appreciate if someone can tell me what to do, this connection lost issue doesn’t make me or my staff post.

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

    (@ozpinadigital)

    Hi @princesamzy

    This issue could have different root causes so we will start pointing you to some fixes that may help narrow the issue.

    Disable the cache plugin in your website. If this solves the problem, then you may have to enable the “admin cache” or disable the “object cache” feature (or its equivalent).

    Increase the memory limit of your website. This is a little technical since it involves working in your hosting service, using your cPanel or an FTP tool to make the changes.

    To increase the memory limit of your website, you need to access the wp-config.php file and add the following snippet to the code:

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

    It could also be possible that the “connection lost” problem occurred due to the hosting provider’s ModSec rules (a set of generic attack detection rules). If the error occurred when you tried to save a large page or a lengthy post (especially one with lots of media in it), then it’s likely that this is the reason.

    To fix this, you need to increase the “No Files Limit” parameter on the cPanel by editing the modsec2.user.conf file, the value could be doubled, AND you can find it in this location:

    /etc/apache2/conf.d/modsec/modsec2.user.conf

    Thread Starter princesamzy

    (@princesamzy)

    Please am using aapanel not Cpanel, so how can I fix the “No files limit” parameter on Aapanel.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Connection Lost’ is closed to new replies.