Gola

Contents

1. LiteSpeed Webserver

2. Some images are missing

1. LiteSpeed Webserver

The admin notice "Unyson: Your website is hosted using the LiteSpeed web server. Please consult this article if you have problems backing up." indicates that your web hosting company uses the LiteSpeed web server. It seems that LiteSpeed encounters issues with all WordPress scheduled tasks that extend beyond a very short duration, including backup plugins.

You need to make changes to the files .htaccess and wp-config.php located in the root folder of your website:

1) .htaccess  - add this line at the bottom:

RewriteRule .* - [E=noabort:1]

2) wp-config.php  - add these values or replace old ones (if they are already exist):

define('DISABLE_WP_CRON', true); 

define('ALTERNATE_WP_CRON', true);

2. Some images are missing

Issues:

Solution:

If during the installation of demo content you had this error:

Or after installation, you notice that some images are missing, you do not need to reinstall the demo content after this error. Here is a guide to fix this problem.

1.Install the Regenerate Thumbnails plugin:
https://wordpress.org/plugins/regenerate-thumbnails/

2. In the Tools menu, the entry "image regeneration" will appear:

3. Click on the button marked on the screenshot:

At the end of the image regeneration process, thumbnails for all images will be restored.