Images not loading/showing up on myBB forum

My site : http://spirex.rf.gd/

Images are not loading/ working

the images path are correct

What errors does console show?(Press F12 to open the console)

It says Cross-Origin Read Blocking (CORB) blocked cross-origin response

All images loading nicely

But there is only one image which is not loading

<img src="http://spirex.rf.gd/images/logo.png" alt="Spirex Community" title="Spirex Community" />

Because this image didn’t imported successfully on the server

Try:-
Re-upload your logo.png image on Server.


if this issue persists then paste this php code in your file

header('Access-Control-Allow-Origin: *');
header('Content-Type: application/html');

Read more about this

3 Likes

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