• Resolved Nikki

    (@nikki)


    I upgraded to 3.1.3 today and although my Media Library says I have 2021 images, it shows absolutely nothing in the list – looking as though the library is empty. There are no problems with the existing images in posts displaying on my site, so it seems to be an internal disconnect.

    Any idea on what could be causing that or a setting I need to alter?

    Much thanks.

Viewing 15 replies - 16 through 30 (of 38 total)
  • Thread Starter Nikki

    (@nikki)

    Thanks so much, Andrew (and to everyone who figured this one out).

    The hotfix plugin worked beautifully.

    The hotfix didn’t work for me. All of my images are on my server. Only 9 are showing up in my media library. All of my plugins are deactivated and I did the settings for the media and made sure the path says wp-content/uploads. I don’t know what else to do. Help!

    Check your uploads path in Settings -> Media.

    Hotfix doesn’t work on a WP e-Commerce installation either.

    Why is this marked as resolved?

    The hotfix doesn’t work for a brand new WP site install as of 05/27, version 3.1.3.

    From what I can tell – any site we’ve done an upgrade on since WP 3.1+ version has the same issues. This includes no function from admin for: theme installs, any image uploads (from page/post/media library), and any import/export of xml files to transfer site content/data. We’ve done exhausting amount of de-bug on this and it boils down to a lot of moving parts.

    All websites prior to 3.1+ work fine, and have all functionality, no probs.

    It might start with a PHP “Hotfix” for the majority, but it goes deeper than that. We run our own servers and the massive amounts of PHP and Javascript updates that have been barreling down the line recently have bottlenecked everyone. Seems the mobile compatibility run and pressure, has forced all parties to make changes in haste – without thinking of the outcomes.

    I don’t blame WP, they deal out what comes to them and do a damn good job of it. The problem is the amount of change across the board, its too much to adapt any system or server to work with in a “Operational” amount of time.

    PHP, MySQL (and other DBs), Javascript (Jquery and then 10 other JS players), then throw on the server software stuff that needs the updates… and I haven’t even mentioned the Browsers, Adobe (Flash), Mac or Windows yet.

    All because of “the mobile demand” in my opinion, everyones scrambling to get it done asap and thats causing a cluster-muck for everyone.

    Our fix is too roll every WP install back, prior to 3.1 – adjust the plugins as needed, then sit tight and wait for the real fix.

    And that could be awhile I’m guessing, but I hope I’m wrong.

    This isn’t a complaint post either, it all works. Thankfully we’re talking about parts of the admin functionality. The old FTP or other file transfer method gets it done on the newer versions of WP, but teaching or referring clients to use that method until a “fix is released” is a dead-zone.

    I am also having the same problem.

    Hotfix 0.5 resolved the Media Library issue.
    I’m using WP 3.1.3 and WP e-Commerce 3.8.4 and now I can see my media list including product images.

    Thank you.

    Cannobbio, that’s the same configuration I was running, without seeing the fix. Strange. Anyway, I’ve since rolled back, so I can’t do any more testing.

    @mediacellar I saw your previous post and installed the Hotfix with no hope at all but it turned out it worked for me.

    If I have any further problem I’ll post it here.

    cya

    Glad it worked for somebody!

    If you’re using WP-E-Commerce 3.8.4 and having this issue, please roll back to 3.8.3 and report if it is still occurring. The GetShopped team is aware of the issue and has been unsuccessfully attempting to duplicate the problem.

    Related: http://getshopped.org/getshopped-news/wp-e-commerce-3-8-4-and-gold-cart-2-9-2/

    Wish I could offer more details. I ended up canning the whole site and starting from scratch; it’s running well now. I thought perhaps it had something to do with plugin conflicts, but the renewed site is running the same set as before. Who knows? Gremlins, I guess.

    On our servers we run Fastcgi via Apache2 mod_fcgid… after looking through logs we found this below:

    [Mon Jun 03 09:43:45 2011] [warn] [client xxx.xxx.xxx.xxx] mod_fcgid: HTTP request length 136736 (so far) exceeds MaxRequestLen (131072)

    [Mon Jun 03 09:44:16 2011] [warn] [client xxx.xxx.xxx.xxx] mod_fcgid: read data timeout in 30 seconds

    [Mon Jun 03 09:44:16 2011] [warn] [client xxx.xxx.xxx.xxx] (110)Connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

    The WP Media Library image display fix was to change the MaxRequestLen of (131072) in the mod_fcgid config, your httpd.conf, or under cpanel/whm in > Apache > Global Config > Post Virtual > and add this line:

    If you’re running mod_fcgid 2.35 use this line:
    <IfModule mod_fcgid.c>
    MaxRequestLen 1000000000
    </IfModule>

    If you’re running mod_fcgid 2.36 use this line:
    <IfModule mod_fcgid.c>
    FcgidMaxRequestLen 1000000000
    </IfModule>

    (this can also be added to your WP .htaccess file if you don’t have root server access)

    The timeout error doesn’t need changed (default is 40 seconds), is usually the result of some IO or Http Error – a server config issue.

    Hope this helps a few out there that run fastcgi.

    Mike
    BoonJack Media

    HotFix worked for me. Thank you. Crossing fingers this fixes the other little issues I am having as well.

    I found that with the “Organize my uploads into month- and year-based folders” option checked in the Media Settings, this bug occurs. When it’s checked off, everything works fine.

Viewing 15 replies - 16 through 30 (of 38 total)
  • The topic ‘Media Library not displaying media’ is closed to new replies.