Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Images not showing

  1. #11
    jamesdkirk's Avatar
    Join Date
    Aug 2009
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Images not showing

    Quote Originally Posted by myapp
    Hi all,
    i have same problem. I installed wordpressMU on the root directory. So for some reason, the image is not uploaded to the wp-content/uploads/classipress folder.
    Any idea?
    I'm experiencing the same challenge, myapp. I've just purchased, installed (according to all of the instructions ) and generally things seem to be working. However I have the same issues with the images. I think this may somehow be related to the different way that WordPress MU deals with uploaded images vs. the standard WP. Though I'm not sure why it would matter if we are still creating the /uploads/classipress/ directory and setting appropriate permissions.

    In WPMU, images are uploaded to a blogs directory and inside there, a folder corresponding to the ID of the site your dealing with. So, in my instance, http://Classifieds.inVerdeValley.com would be uploading to wp-content/blogs.dir/29 (or whatever the actual ID is.)

    The kicker, however is that WPMU will then rewrite the image URL's, and I think this might be were ClassiPress is having difficulties with displaying images (that it thinks should be uploaded to /uploads/classipress/). We are able to see that lightbox pop up of the uploaded image because I believe that it is uploaded using native WPMU upload functions (obviously, I could be wrong, terribly wrong! But I think this might help to solve the challenge!)

    WPMU will rewrite the display URL's for the img src to something similar to: http://classifieds.inverdevalley.com/fi ... 162262.jpg" onclick="window.open(this.href);return false; (This was the test image I uploaded during the first ad creation process.) As you can see, the "classipress" directory was created inside that structure (I didn't create that one, honest!)

    So, not really sure where this goes from here, but I'll definitely be monitoring this thread to see if we can come up with a solution that works with us WPMU users.

    Thanks!

  2. #12
    Rookie
    Not a Verified Customer
    ashbryant's Avatar
    Join Date
    Aug 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Images not showing

    I'm having the same issue does anyone know how to fix it. Please!?

  3. #13
    Senior Member
    Not a Verified Customer
    chanders's Avatar
    Join Date
    Jul 2009
    Posts
    120
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Images not showing

    This usually occurs if you moved or copied your classipress folder or if you have some sort of domain forwarding on.

    Add this line to wp-config.php just above /** Sets up WordPress vars and included files. */

    Code:
    define('UPLOADS', 'wp-content/uploads');
    Viola! No more lost images or thumbnails

  4. #14
    Rookie
    Not a Verified Customer
    ashbryant's Avatar
    Join Date
    Aug 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Images not showing

    Quote Originally Posted by chanders
    This usually occurs if you moved or copied your classipress folder or if you have some sort of domain forwarding on.

    Add this line to wp-config.php just above /** Sets up WordPress vars and included files. */

    Code:
    define('UPLOADS', 'wp-content/uploads');
    Viola! No more lost images or thumbnails

    Nope sorry, still not working in WP MU.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Search Engine Not working/Images not showing
    By tiffany in forum ClassiPress General Discussion
    Replies: 11
    Last Post: April 29th, 2009, 03:57 PM