My images aren't showing up

6 posts by 2 authors in: Forums > CMS Builder
Last Post: June 26, 2008   (RSS)

By thirstymoose - June 25, 2008

I have changed all the permissions just like the documentation stated but none of my uploaded images are showing up INCLUDING my white label image...

if you keep pressing refresh you see the image placeholders but then they disappear

http://www.toypain.

p.s. dont mind the lack of design...this is just a site so i can test the product

Re: [thirstymoose] My images aren't showing up

By Dave - June 25, 2008

Hi thirstymoose, welcome to the CMS Builder forum!

If you view source on your page you'll see the image tags look like this:

<img src="http://uploads/thumb/BlackInk2_08_001.jpg" ...

What we need to do is get the http:/ out of there. I'd check your "upload url" setting under (Admin > General) and make sure it's: /uploads/ and then check your viewer template to make sure there is no extra unneeded http:/ in there.

Hope that helps! :) Let me know if that doesn't fix it.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] My images aren't showing up

By thirstymoose - June 26, 2008

hi i checked in the admin section and the upload folder url is //uploads...

I also checked my code in the index.php page and i don't see the img src = .... any where....

Re: [thirstymoose] My images aren't showing up

By Dave - June 26, 2008

Try removing one of those slashes from the front, so you have /uploads... That might be what is confusing the browser. Let me know if that fixes it.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] My images aren't showing up

By thirstymoose - June 26, 2008

nope still not working....