eegz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Library Blank (Empty)I got this to work for myself. If you’re lucky this applies to you to. 🙂
My problem was that I had put some script includes at the top of my functions.php file. That’s it.
There were no error or warning messages of any kind that told me I had a problem, I just had to use the old school binary-yank-until-things-worked method.
This fixed both my issues with the media library and my “recent” links list being empty problem.
Don’t know whether to be embarrassed for missing that or proud I found it (probably both). Hope this helps someone else out there!
I got this to work for myself. If you’re lucky this applies to you to. 🙂
My problem was that I had put some script includes at the top of my functions.php file. That’s it.
There were no error or warning messages of any kind that told me I had a problem, I just had to use the old school binary-yank-until-things-worked method.
This fixed both my issues with this plugin as well as the media library. It also fixed my “recent” links problem.
Don’t know whether to be embarrassed for missing that or proud I found it (probably both). Hope this helps someone else out there!
That was scary, but I went through the steps.
Apparently the other themes I have (including the old ones) work, but the pinboard theme does not. Pinboard has an update available, but I’ll destroy all my customizations if I take it so I haven’t done that.
I’m currently at Pinboard v 1.06. There’s a 1.07 available (again don’t know if it’ll work, but I’m not willing to risk it at this time given I’ll lose a lot of customizations and I’m in the middle of a job hunt using this site as my portfolio).
Themes that worked:
– Motion v 1.1.6
– Twenty Eleven v 1.4
– Twenty Ten v 1.4Big note: The media library also worked with the other themes as well (when choosing to set the header image). It doesn’t work with Pinboard anymore after the 3.5.1 update.
I didn’t try any other themes.
Here’s hoping you can find the possible theme detail that I might be able to manually change to make this work.
Forum: Fixing WordPress
In reply to: Media Library Blank (Empty)I set WP_DEBUG to TRUE, but don’t get any Undefined Index issues.
One plugin had a warning so I disabled it, but I still get an empty media gallery when trying to select from the gallery to choose an image for the site header.
I noticed that when I go to the “add new” screen under Media, I get the following error with WP_DEBUG on:
Warning: fopen(http://[my site]/wordpress/wp-cron.php?doing_wp_cron=1363824890.7977209091186523437500): failed to open stream: HTTP request failed! in /[my site]/wordpress/wp-includes/class-http.php on line 921My server is Linux (Ubuntu) and I’m still having the issue the thread started with.
Ubuntu Server
– Not hosted, running in my own home
– PHP 5.3.10 & MySQL 14.14 Dist 5.5.29 (haven’t updated those in months)
– mod_rewrite: Just enabled though I didn’t need it before when it worked (still not working after enable and restart)
– PHP Safe Mode: Off
– WP version: 3.5.1
– NextGEN Gallery version: 1.9.12
– Theme: Pinboard
– Javascript warnings: none
– PHP warnings: none
– Gallery memory set to 256MOf note:
– Not sure if this is related, but since upgrade to latest WP, media gallery works by itself, but when I try to use the media library (to set header image for example) the gallery is blank (see thread on this topic at http://wordpress.org/support/topic/media-library-blank-empty?replies=7).Did someone find a solution or did we just get sidetracked?
Thanks for trying to help photocrati.
I’m running everything on my own server. All permissions are set to 755 and I upped the memory to 256M.
I have a similar setup on a machine at work (although it’s a win 2008 server). I haven’t upgraded it for a few months and it’s currently fine. I can try messing with it to see when it breaks. 🙂
I’m having the same issue.
Someone noted on a different thread that there may be a problem with jQuery: http://wordpress.org/support/topic/plugin-nextgen-slideshow-suddenly-stopped-working
Not sure if this is the same problem. I don’t currently know how to change the version of jQuery WP is using to find out.
I turned on WP_DEBUG, but didn’t see any warnings related to the gallery. The one message I did see I got rid of by disabling the relevant plugin but still had the same gallery issue with no warnings.
Looking forward to someone figuring this one out.