• Resolved trankhanhhoang

    (@trankhanhhoang)


    Hi, I used Byethost’s Free Hosting:
    PHP: 5.3.14
    WordPress: 3.4.1
    Better WP: 3.4.2
    bbPress: 2.1.2

    I’m trying to activate Better WP (https://www.ads-software.com/extend/plugins/better-wp-security/) and bbPress (https://www.ads-software.com/extend/plugins/bbpress/) My website (https://trankhanhhoang.byethost3.com/epub/)

    If I activate Better WP before, bbPress after so I coundn’t go to Dashboard (Blank page)

    If I activate bbPress before, Better WP after so get this message:

    Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 122880 bytes) in /home/vol14/byethost3.com/b3_10883728/htdocs/epub/wp-admin/includes/schema.php on line 527

    I used one of the other solutions but dont’t successfull

    1. Try adding this line to my wp-config.php file:
    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    2. Try adding this to an .htaccess file (because I don’t have access to PHP.ini):
    php_value memory_limit 64M

    What additional information do you need? And do you have any ideas how to solve it?

Viewing 1 replies (of 1 total)
  • There really isn’t much that can be done if you’re running out of memory short of asking your host to increase your allocated memory. The plugin is failing on creating database tables which it does using a standard, but memory intensive, built-in WordPress script.

    Now you could disable other plugins and then enable BWPS but chances are you’ll hit the same memory limit with another plugin or when upgrading BWPS, etc.

Viewing 1 replies (of 1 total)
  • The topic ‘Error with Better WP Security and bbPress’ is closed to new replies.