Expanded Demo Failed to Finish Importing: Bed and Breakfast

Hi there. I’ve spent a few hours trying to install the Bed and Breakfast demo on a fresh install of Wordpress.

I’ve tried to do suggested steps from this thread as well;

However I am still getting the Failed to Finish error.

Is there anyone who can help?

HI there,

Would you mind trying to disable all third party plugins and increasing your site’s PHP memory limit and try importing the demo again?

You can increase the PHP memory limit by contacting your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Hope this helps.

Hi @Jade,

I’ve done as you suggested, and still get the same error.

I think I am getting somewhere.
I have deactivated and uninstalled all plugins with the exception of the Revolution Slider and the progress bar is now moving.
Thanks for all the suggestions, I think this is now resolved.

Glad to know that!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.