• Resolved starent1

    (@starent1)


    Hello-

    When I have Easy FancyBox enabled, I am unable to browse the media library in plugins, such as Revolution Slider and SeedProd ComingSoon. I get memory errors, despite the fact that I have very liberal php.ini settings.

    As soon as Easy Fancybox is disabled, I am able to browse media library in these plugins again.

    Any idea what might be conflicting with this?

    http://wordpress.org/extend/plugins/easy-fancybox/

Viewing 7 replies - 1 through 7 (of 7 total)
  • That should not be happening and I have no idea what conflict is going on… What errors do you get?

    Thread Starter starent1

    (@starent1)

    Essentially, they were saying wordpress ran out of memory. I did some google searching, and found an article about memory errors related to media library. It was for an older version of wordpress, but it worked to resolve the issue with WP 3.5. I no longer get the errors after adding the following to my htaccess file:

    #BEGIN Image Upload HTTP Error Fix
    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>
    #END Image Upload HTTP Error Fix
    Thread Starter starent1

    (@starent1)

    <accidental duplicate post deleted>

    Which version of Easy FancyBox are you using?

    If you are using the Dev version, then it might be coming form a media upload hook that is being used… but otherwise, I see absolutely NO reason why my plugin would affect media browsing in other plugins.

    Thread Starter starent1

    (@starent1)

    It was the one found in the wordpress repository (v1.3.4.9).

    Strange… that version does not hook into the media library or uploading at all in any way. I don’t see how it could cause memory errors at all. Do you still have the exact error messages?

    Thread Starter starent1

    (@starent1)

    Not anymore, since I added those lines to htaccess… perhaps it was something completely unrelated?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Incompatibility with plugins that call old-style media library listing’ is closed to new replies.