Viewing 1 reply thread
You must be logged in to reply to this topic.
I tried importing dummy data and it’s failing. Stuck at 65%
Past Bugs:
1. LayerSlider WP not getting installed
2. Favicon referenced by theme points to a localhost file
Hello,
There are some reasons that can make the import process not successful. Please make sure to check on these settings:
-To have the required access on themes files;
-Check the execution time limit.
Change it on your server if not long enough to let all dummy data import. Especially when importing with attachments (attachments are solely images), the amount of data to load increases significantly;
-Check to have have enough memory limit.
You can increase it yourself by adding this line into your wp-config.php file :
define('WP_MEMORY_LIMIT', '94M');
Or ask your hosting provider to do it for you.
-Change the favicon to the image you want to use in General Options > Favicon for your website (screenshot).
Let us know.
Best regards!
You must be logged in to reply to this topic.