Site logo

Archived topic

Site Library – Demo content does not load

17 replies · Started by Jan on March 24, 2019

Viewing posts 1–15 of 18

I create a new site instance on our multisite web and try to import the Volume (I've tried the Article too) pre-made site. It all proceeds without any errors, but none of the images or other media is loaded. All the other assets like JS and CSS seem to be working, just no images.

(I've tried it with GP Premium 1.8.0-alpha.1 and the result is still the same). There are no errors in the JS console.

Hi there,

Is any of the content being imported?

Do you have any recent errors in your error_log file on your server?

Thanks for quick reply, no error_log can be found. Nothing is in media library at all.

What about your pages and posts? Anything at all?

There's nothing in the error_log file, or there's no error_log file at all?

No pages, posts:
- A Sample Post with Comments
- A guide to styling and making Volume your own
- Hooks – Custom Theme Elements
- Page and Post Heroes
- How to change the Custom Colors
- Style Guide

Posts seem to contain HTML.

There are no error_log files. Which is down to the recent updates, when I've deleted them. But the site import has been done after all the updates successfully proceeded.

Just to confirm, these pages were imported successfully?:

– A Sample Post with Comments
– A guide to styling and making Volume your own
– Hooks – Custom Theme Elements
– Page and Post Heroes
– How to change the Custom Colors
– Style Guide

So only the images didn't come through? In that case, it could be that your server didn't have enough resources to download and upload all of the necessary images. It's hard to tell without a log of some sort, unfortunately.

The posts are there, just no images anywhere. What are the recommended PHP settings? Shouldn't the error log be created when something goes wrong?

I'm on 'GoGeek' with Siteground (shared hosting).

Hmm, shouldn't be any issues with that as far as I've heard. Let me know if the debugging method I linked to above gives us any hints.

When I turn the debug on, I get:
Notice: Undefined index: masonry_width in /home/planxdes/public_html/planxweb/wp-content/plugins/gp-premium/sites/classes/class-site-helper.php on line 146

And on the front-end there's:

Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /home/planxdes/public_html/planxweb/wp-includes/functions.php on line 4329

First one is something we can fix quite easily, but it shouldn't cause the images not to import. There's nothing else in there?

GPP doesn't use wpdb::escape, so that's likely coming from another plugin.

The wpdb::escape is a strange error…
The only result if I search for the string is:
$ grep -rl "wpdb::escape" wp-content/
wp-content/debug.log

How can I send you my debug.log privately?

This archived topic is closed to new replies.