Demo content not installing via localhost

Hey everyone,
I’ve been trying for days to install the demo content on my site, I’ve trying different demos but none seem to be installing. I’m currently working on my site on my localhost machine. I’m using the X theme. Can someone help me, please?

Hi Kirk,

Thanks for reaching out!

It is hard for us to determine the issue why you can’t install demo content in your localhost. I suggest that you change these settings in your local server.

allow_url_fopen = On
upload_max_filesize = 512M
post_max_size = 512M
max_execution_time = 300
max_input_time = 300
max_allowed_packet = 16Mb
innodb_log_file_size = 128mb 

You can also check the error when you fresh f12 and go to console log tab.

Hope that helps.

Thank you.

Thank you a lot this really helped, I first used the amounts you recommended but only a few were loading, but I increased it and all went well, thanks a lot.

You’re welcome!
It’s good to know that it has worked for you.

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