Jump to content
WebFlake
  • 0

Broken Images? Uploads are fine.


Carrishu

Question

Hello, 

I've recently changed the primary URL for my forum.  Both domains are hosted on the same server, and I simply moved from a .net to a .com, so no other edit to my knowledge other than the conf_global.php was necessary.

I've done this once before without an error, but for some reason this time around it has run into an issue.  

The uploads folder is completely fine, I see all of the images that are in the theme resources area, my logo, custom topic images, profile images etc -- But the ones that are missing are the icons used for the AdminCP as well as the front page icons, they show up as small rectangular boxes, pictured below. 

If someone could help me out with this, I'd greatly appreciate it. 

Thank you in advance!

brokenimages.thumb.png.efe62af1a76c43b97

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

not sure if it'll help, but there was a recent issue in which @damo stated this:

I had a similar issue, to which i had to fix by changing the Upload path, to do this in the end I took a backup of my site and databases, opened up the database in phpmyadmin and found in the database table core_file_storage the string which use to be in the conf global file before they introduced filestorage systems, i modified it to look like this: {"dir":"{root}\/uploads","url":"/uploads"} from {"dir":"{root}\/uploads","url":"mydomain.com/uploads"} and then had to delete the storageConfigration file inside the datastore folder and reload the site.

It worked for me, worth a try but i would highly recommend a backup before proceeding. 

 

P'haps this might be worth  a try for you? @Carrishu

Link to comment
Share on other sites

  • 0

I might be wrong, but this is a Invision Power Board problem and has nothing to do with WordPress, right?

Yes that's correct Stake, this is just an IPB issue.  

 

not sure if it'll help, but there was a recent issue in which @damo stated this:

I had a similar issue, to which i had to fix by changing the Upload path, to do this in the end I took a backup of my site and databases, opened up the database in phpmyadmin and found in the database table core_file_storage the string which use to be in the conf global file before they introduced filestorage systems, i modified it to look like this: {"dir":"{root}\/uploads","url":"/uploads"} from {"dir":"{root}\/uploads","url":"mydomain.com/uploads"} and then had to delete the storageConfigration file inside the datastore folder and reload the site.

It worked for me, worth a try but i would highly recommend a backup before proceeding. 

 

P'haps this might be worth  a try for you? @Carrishu

 Thank you Katos, I'll take a look and see if this can help me at all!

Edit: 
Unfortunately that didn't help :(

Edited by Carrishu
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...