• hi
    I have a problem with this plugin.
    When file details option is clicked in file-upload admin area, a blank page is returned!
    By debugging, a limited memory problem was observed

    Fatal error: Allowed memory size of 270532608 bytes exhausted (tried to allocate 887934 bytes) in /home/media/wp-content/plugins/wp-file-upload/lib/wfu_admin_browser.php on line 1154

    I am using PHP 5.6 and memory_limit is 256MB and WordPress is also set

    define('WP_MEMORY_LIMIT', '256M');

    Why is this problem? Is it just mentioned here?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, I suppose that your website is using a lot of plugins or resources already? Do you have many files listed?

    Regards

    Nickolas

    Thread Starter shahriyar.modami

    (@shahriyarmodami)

    Yes and NO!, I have a lot of plugins, but they are all popular and I do not see any errors in other plugins
    My plugins are common and up-to-date like AIOS,Ulike,aksimit,pupolar-post, user-role and etc..
    I do not have a lot of files in upload-file plugin, I will check and delete uploaded files after a while. I also clear log and sync the database in upload-file admin area.

    I think this is a problem due to a large query from the site’s users by your plugin, because I have more than 30,000 users on the site and files-details page show all users in a non-active drop-down list!

    Plugin Author nickboss

    (@nickboss)

    Yes indeed this is the reason. The plugin has not been optimized for such a large number of users.

    There are several places in Dashboard pages and also in the front-end that the plugin will check the users.

    So, this is a dead-end for the moment!

    I will do some modifications to the plugin so that it can work for you and will send it to your email. Please email me at [email protected] so that I get your email.

    Regards

    Nickolas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem when viewing file details’ is closed to new replies.