Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fatal error on installing


  • JohnMac
    Member

    @giftoly

    Good Evening All,

    I have just tried to install BuddyPress on my WP version 3.3.1 and using the template plugin.

    On click Finish and activate I get the below error which I know also get when trying to open any page within the Admin area.

    Any ideas / suggestions ?

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in /home/content/89/7650389/html/bqchoc/wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php on line 279

Viewing 4 replies - 1 through 4 (of 4 total)

  • Paul Wong-Gibbs
    Keymaster

    @djpaul

    I am getting the error:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /data/19/2/23/83/2675083/user/2937305/htdocs/grundycounty/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 950

    So I went to: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    It says to:
    Increasing memory allocated to PHP

    Also released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as “Allowed memory size of xxxxxx bytes exhausted”.

    This setting increases PHP Memory only for WordPress, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to 32MB (code is at beginning of wp-settings.php), so the setting in wp-config.php should reflect something higher than 32MB.

    WordPress will automatically check if PHP has been allocated less memory than the entered value before utilizing this function. For example, if PHP has been allocated 64MB, there is no need to set this value to 64M as WordPress will automatically use all 64MB if need be.

    Please note, this setting may not work if your host does not allow for increasing the PHP memory limit–in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB.

    Increase PHP Memory to 96MB

    define(‘WP_MEMORY_LIMIT’, ’96M’);

    I went into my wp-Config.php file and put this code: define(‘WP_MEMORY_LIMIT’, ’96M’);
    into the end of the wp-config.php. I am still having an issue. Any suggestions?

    Thanks.
    Tumes


    @mercime
    Keymaster

    @mercime

    If you cannot resolve it with the basic methods used to increase memory, contact webhost tech support re max allowed memory for your hosting plan. In the meantime, you might want to deactivate JetPack first.


    sindbad_chen
    Member

    @sindbad_chen

    I have just tried to install BuddyPress on my WP version 3.4.1 and using the salutation theme.
    On click Finish and I get the below error:
    Warning: Illegal offset type in D:AppServwwwwordpresswp-contentpluginsbuddypressbp-coreadminbp-core-update.php on line 642.
    Any ideas / suggestions ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error on installing’ is closed to new replies.
Skip to toolbar