Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ben Balter

    (@benbalter)

    Can you provide any more information? I’ve seen several installs where the media library is working as expected.

    Thread Starter jaksco

    (@jaksco)

    Well… okay. I decided to manually handle documents… I really didn’t need this plugin for my purposes 😛 If you want I can give you a list of plugins I was using along side with yours… But for my sake I don’t think I’ll be using this…

    Plugin Author Ben Balter

    (@benbalter)

    Yes please. Any information you could provide would be greatly appreciated.

    Thread Starter jaksco

    (@jaksco)

    I was running the latest wordpress with my wp-content directory renamed to cdn which came out of a subdomain cdn.mysite.com.

    Here is the list of plugins I was using:

    Add Logo to Admin

    Add Multiple Users

    Admin Menu

    Admin Trim Interface

    After The Deadline

    After The Deadline for Comments

    AskApache Google 404

    Audit Trail

    Author META

    BackWPup

    BDN duplicate images

    Better WP Security

    Block Bad Queries (BBQ)

    Blog in Blog

    Blog Metrics

    Broken Link Checker

    BWP Google XML Sitemaps

    Clean up wp_head

    CMS Dashboard

    Co-Authors Plus

    Column Inches

    Compact Admin

    Contact Form 7

    Contact Form to DB Extension

    Cornify for WordPress

    Custom Contact Forms

    DB Size

    DirtySuds – Export to InDesign

    Drop in Dropbox

    Easy Chart Builder

    Easy Columns

    Author Slug

    Edit Flow

    Enhance Admin Bar

    Generate Cache

    Google Analytics for WordPress

    Google News Sitemap Feed With Multisite Support

    Greg’s High Performance SEO

    Growmap Anti Spambot Plugin

    Hide Trackbacks

    Hotfix

    HTML Purified

    Image Widget

    Improved User Experience

    Imsanity

    Issuu Embed

    jQuery lazy load plugin

    Magn Drag and Drop Upload

    Many Tips Together

    Media Categories

    Media Credit

    Media File Sizes

    Media Tags

    Mini Loops

    Multiple content blocks

    nrelate Flyout

    nuAdmin Footer

    Nyan Cat!

    Ozh’ Admin Drop Down Menu

    Ozh’ No Duplicate Comments

    PC Robots.txt

    Permalink Trailing Slash Fixer

    Post Revision Display

    Post Teaser

    Pretty Link Lite

    Print Friendly and PDF

    Raptorize It

    Really Simple CAPTCHA

    Recent Posts Slider

    Redirection

    Rename Media

    Revisionary

    Search Unleashed

    Semisecure Login Reimagined

    SEO Friendly Images

    Simple Local Avatars

    TAC (Theme Authenticity Checker)

    TinyMCE Advanced

    TinyMCE Paste Options

    Traffic Counter Widget

    Upload Janitor

    Upload Media by Zip

    upPrev

    W3 Total Cache

    W3C validation auto check

    Widget Context

    WP Admin Microblog

    WP Ajax Comments

    WP Dash Message

    WP Database Optimizer

    WP Issuu

    WP No Category Base

    WP No Tags Base

    WP Smush.it

    Zemanta

    Plugin Author Ben Balter

    (@benbalter)

    Really sorry about that. It appears to be an issue caused by the filter which prevents the documents from being listed in the media library. Seems SQL is getting a bit confused because it looks like you have not uploaded any documents? Is that possible?

    The development version should refresh itself within the hour and contains a fix to the issue (labeled version 1.0.6). Otherwise, if you add a document to the system, I believe it should resolve the problem on its own.

    Hey Benjamin,

    I also noticed this issue and patched it (until you release the next version of the plugin). On lines 853-855 of admin.php I changed it to:

    $docs = $wpdb->get_col("SELECT ID from $wpdb->posts WHERE post_type = 'document'");
    		if (!empty($docs))
    			$query .= ' AND post_parent NOT IN (' . implode(', ', $docs) . ')';

    Hope this helps, even though you’ve already resolved the issue in your dev version

    Plugin Author Ben Balter

    (@benbalter)

    Thanks. Bascially the same patch. Look for a stable release soon.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP Document Revisions] Serious conflict w/ Media Library [WordPress Core]’ is closed to new replies.