BuddyBoss Home – Web Support Forums Themes Boss. theme Problem after installing the theme

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #62927
    @tommasi105

    Hi,

    I have jsut uploaded the theme and it does not work. After the installation is completed, some errors showed and redirected me to dashborad before I was able to recognize the errors.

    Does the theme should be like this after installation?

    http://www.gamerscafe.me

    Please help

    Answers

    #62939
    @tommasi105

    When I try to activate buddypress, it says:
    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 3072 bytes) in /home/gamercafe/public_html/wp-content/themes/boss/buddyboss-inc/buddyboss-framework/admin/ReduxCore/inc/extensions/import_export/extension_import_export.php on line 56

    Also, when try to delete, it says:
    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2048 bytes) in /home/gamercafe/public_html/wp-includes/pomo/mo.php on line 251

    Any help please 🙁

    #63140

    Anonymous
    @

    Hi @tommasi105,

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

    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    4. Talk to your host.

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Problem after installing the theme’ is closed to new replies.