• Hello,
    I am having trouble with BSR plugin all of a sudden.. It worked smoothly for the last few months and and it’s giving me the error “Try decreasing the “Max Page Size””

    What I have tried already and didn’t work:
    – Decreasing the “Max Page Size
    – Search the Support Forum here
    – Disable all plugins EXCEPT BSR plugin
    – Increase the memory limit in the wp-config.php file
    – Increase the memory limit in your htaccess file
    – Contacting my website provider

    I did literally everything to make this plugin work smoothly again and nothing does the deed.. So now I am here asking YOU for help and what causes this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have the Easy Updates Manager plugin installed by chance? I found this plugin chokes on the table [databaseprefix]_eum_logs.

    I also upped the memory limit in the wp-config.php but most likely this can only be done if you have a dedicated server:

    /** Setting memory to at least 64MB */
    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

    I believe the problem in question is outdated now, but for those who might face the same problem: check your PHP version. If the error occured after migrating to another hosting or after migrating to a newer PHP version, you should change it to same version as before (on a previous hosting for example).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Try decreasing the “Max Page Size”’ is closed to new replies.