Skip to main content

Whats wrong??

Why i can not see the photos load the banner and most o the menu links disapeared!!

Whats wrong??

Drive Zone

Must be problem on your side somewhere. Try flush cache at first.

AndrΓ© GΓ³is

Drive ZoneΒ already did that and keeps the same

Drive Zone

  1. Broken image URLs / wrong site URL — If siteurl/home in Settings → General (or wp-config.php) don't match the actual domain, or the site was migrated, image src paths point to the wrong place. Very common after moving http→https or changing domains.
  2. Mixed content (http vs https) β€” Assets requested over http:// on an https:// site get blocked. Check the browser console for "Mixed Content" or "Failed to load resource" errors.
  3. CDN / cache misconfiguration β€” A CDN (Cloudflare, etc.) or caching plugin serving stale or 404 asset paths. Purge cache and test.
  4. Missing / unmigrated uploads β€” Files in /wp-content/uploads/ weren't copied during migration, or file permissions are wrong (should be 644 for files, 755 for folders).
  5. CORS / hotlink protection β€” Avatars or media hosted on a different subdomain being blocked by CORS or hotlink rules.
  6. "Failed to Load" specifically β€” That's FluentCommunity's feed widget failing an AJAX/REST request. Check /wp-json/ REST API is reachable and not blocked (by security plugin, firewall, or a 403/401). Open DevTools β†’ Network tab to see which request fails.

Fastest diagnostic step: Open the site in a desktop browser, open DevTools (F12) β†’ Console + Network tabs, reload, and look at the failing requests. The status codes (404, 403, mixed content, CORS) will tell you exactly which of the above it is. Right-click a broken image β†’ "Open image in new tab" to see the exact failing URL.