• Hi!

    I love this plugin, but every time I try to use it, it seems to cause many fatal memory errors when using other plugins, and even when I disable all plugins (inlcluding filebase), and then enable just one or two other plugins, I can’t get rid of the errors unless I re-install wordpress. I have many MB worth of files uploaded via FTP, so perhaps it’s a PHP memory issue, but I contacted my host and they said that they cannot increase it any further, so I’m wondering if there’s anything I can do. I tried adding memory_limit = 256M to PHP.ini, but no luck. Any thoughts? Please help! I really want to use this plugin!!!

    Thanks,
    Jessie

    https://www.ads-software.com/extend/plugins/wp-filebase/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Line 99 of Sync.php

    if($hash_sync) $file_hash = @md5_file($file_path);

    To

    if($hash_sync) {
    $file_hash = explode(” “, exec(“md5sum $file_path”));
    $file_hash = $file_hash[0];
    }

    Be mindful updating.

    Thread Starter beezwings

    (@beezwings)

    Hmmm. I’m still getting the fatal memory error when I try to access certain parts of the wp admin, but at least the rest of the site still works. Unfortunately, doing this

    Line 99 of Sync.php

    if($hash_sync) $file_hash = @md5_file($file_path);

    To

    if($hash_sync) {
    $file_hash = explode(” “, exec(“md5sum $file_path”));
    $file_hash = $file_hash[0];
    }

    didn’t seem to fix the memory error.

    Also, my sync page doesn’t show after hitting “sync filebase.” (even before updating sync.php).

    Any thoughts?

    Thread Starter beezwings

    (@beezwings)

    Arg. Now I tried deactivating the plugin, but when I try to reactivate, I’m now getting a fatal memory error. Help!

    It sounds like your problem lies with your hosting, or other plugins taking up serious amounts of memory.

    Thread Starter beezwings

    (@beezwings)

    It seems to be a conflict with the “private buddypress” plugin, though using the “private buddypress” plugin on its own creates no issues. When I deactivate that plugin, filebase works fine (but then my site isn’t private for that couple of minutes which is no good). Any ideas?

    n?u kh?ng c?n thì b? b?t plugin cho ?? t?n tài nguyên

    These are English language forums. Please use English.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP-Filebase Download Manager] Using WP-Filebase causes memory errors and breaks other plugi’ is closed to new replies.