• when i tried to install buddypress from dashboard it gives me foll error at the time of activation
    Fatal error: Call to undefined function is_multisite() in /home/vuniteu/public_html/wp-content/plugins/buddypress/bp-core.php on line 287

    so i thought k y not upgrade the wp to 3.1.3 so try to do upgrade it which generate another fatal errror which is
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3097329 bytes) in /home/vuniteu/public_html/wp-includes/http.php on line 1363

    my host is webmax technology last night only we install the wp .
    so how to fix this , i m really scared now bcoz i already paid him the fees of entire year …plz help me any1

Viewing 1 replies (of 1 total)
  • Try increasing the memory for PHP and WordPress by editing the memory_limit line in your php.ini (if you have access to it) to 64M:

    memory_limit = 64M;

    If no php.ini, or add this line at the top of .htaccess file:

    php_value memory_limit 64M

    If that doesn’t work, add this line near the top of your wp-config.php file (right after the opening <?php )

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

Viewing 1 replies (of 1 total)
  • The topic ‘fatal errror at the time of activating buddypress and while upgrading wordpress’ is closed to new replies.