- This topic has 10 replies, 6 voices, and was last updated 8 years, 9 months ago by
Steve.
-
AuthorPosts
-
-
December 13, 2012 at 5:18 pm #558
jchambMemberAny one else experiencing this…
Install new WP 3.5. Add piklist without the demos addon turned on. Insert some photos into media browser, go to pages->add new. Click insert media, and you’ll see your photos from the media library. Now go to the piklist settings and turn on the demos add on. Go back to pages->add new and click insert media. None of the images from the media gallery show up.
This is the behavior on my MAMP localhost, php 5.4.3
Edit.
Forgot to mention that, I previously had the 3.5 RCs installed and didn’t notice that this was happening but it might have been.
-
December 19, 2012 at 3:09 pm #573
mrpritchettMemberI’d like to echo this issue. Confirmed it is the piklist plugin causing issue. Continuing to pursue.
-
December 19, 2012 at 3:48 pm #575
-
December 20, 2012 at 8:29 am #577
darrenturpinMemberI can confirm I’m getting the same error. With the Piklist plugin activated on a WP3.5 install, the media library reports an unspecified error when attempting to upload an image, although it seems that the images are uploaded. Because with the Piklist plugin subsequently deactivated, the images appear in the media library and the upload functions normally.
Furthermore: with Piklist active, the screen fails to refresh when attempting to add a new Custom Field, or a Category, to a Post. Again, the additions are apparently made in the background and a manual refresh of the ‘edit post’ screen will display them.
Perhaps the two issues are related?
-
December 21, 2012 at 1:41 pm #578
jchambMember@Steve Thanks i’ll gladly accept it… I probably spent half a day trying to debug my plugins before i realized it was the addon. Didn’t get a chance to really dig into where the problem might be yet however.
Going off of what @darrenturpin mentioned, it does seem to be related to javascript error, considering that the addon itself doesn’t have any js in there i’m guessing one of the fields that uses js is really the culprit.
-
March 19, 2013 at 10:34 am #722
Sander SchatMemberHi!
any news on this ‘bug’?
i have installed Piklist 0.7.2, on WP 3.5.1.
When i enable the plugin, then the media-upload window during ‘set featured image’ is blank.
and uploading a file is running into an error.
But the file does seem to be uploaded, when looking at the ‘media’ list itself.
Thanks!
-
March 19, 2013 at 10:44 am #723
Sander SchatMemberah ha, i have some news / brain-fart
so i narrowed it down to a part of the piklist functionality.
In the theme-directory i have created the piklist directory and in there the ‘parts’ directory.
i added some ‘settings’, ‘meta-boxes’, ‘widgets’ and a ‘media’ directory.
when i renamed the ‘media’ directory to ‘-media’, the upload-window worked again.
It seems that this ‘media’ directory is the actual trigger for the upload-window.
When there, it is not working. When ‘not there/renamed’ it works.
Cause any changes to a file in this directory like “fields.php” doesnt have any influence.
Hope this helps.
-
March 19, 2013 at 3:45 pm #724
-
March 21, 2013 at 5:29 am #727
Sander SchatMemberyes, works. Thanks!
-
April 29, 2013 at 6:38 pm #802
badlydrawnrobMemberAh good, I’m having the same issues here on local with Mamp. I’ll disable for now and wait for the update, will this be coming soon?
-
April 30, 2013 at 10:07 am #803
SteveKeymaster@badlydrawnrob– you can easily implement yourself:
-Open /includes/class-piklist-media.php
-replace the attachment_fields_to_edit function with this: https://gist.github.com/sbruner/5199452
-
-
AuthorPosts
- You must be logged in to reply to this topic.