1

Topic: Pictures coming up with an "X"?

Hello again,

Whenever I put any picture up onto my website, it won't display the picture. It has a red "X" instead. However, when I view the picture in the control panel, I'm able to view the pictures. This is a problem for both with the member profile pictures and the pictures page.

Thanks!

2

Re: Pictures coming up with an "X"?

look at the source of the page in the browser and find you picture
look for its path and make sure it pulls the actual path to your picture location

3

Re: Pictures coming up with an "X"?

Well, this is interesting.

The uploads path is adding a unknown directory to the image upon upload.

Its unknown directory is:
media/uploads/%7Bmember_media_path%7Dphoto_226b3s39pz11qkbd4dmsoanexhta.jpg

And its suppose to be:
media/uploads/photo_226b3s39pz11qkbd4dmsoanexhta.jpg

So its uploading a directory at the end of the media/uploads extension its adding -

%7Bmember_media_path%7D

What could be causing this?
Thanks

4

Re: Pictures coming up with an "X"?

Sounds like a mix up between version 2.5.5 & 2.5.6

5

Re: Pictures coming up with an "X"?

Thank you everyone, but it was indeed a mixup of 2.5.5 and 2.5.6 with the server. Thanks everyone!