Why Images not loading (missing) after theme activation?

Mar 31, 2026 1 min read 🚀 MagicAI Installation Guide (For Free User)

🖼️ Fix Missing Images After Theme Activation

Troubleshooting Guide – MagicAI Themes

⚠️ Problem

After activating a theme, images may not load or appear broken. This usually happens due to incorrect folder permissions.

✅ Solution

Set the correct permission for the themes folder:

/public/themes/

Set permission to one of the following:

  • 0700 (Recommended for security)
  • 0777 (Use if 0700 does not work)
✅ After setting correct permissions, refresh your website and images will load properly.

📂 How to Change Folder Permission

  1. Login to your hosting control panel or FTP
  2. Navigate to the folder: /public/themes/
  3. Right-click → Select Permissions
  4. Set permission to 0700 or 0777
  5. Save changes
  6. Refresh your website

📚 Official Documentation

For additional help, visit official MagicAI documentation:

🎉 Issue Resolved

Your theme images should now load correctly after fixing folder permissions.