New Landing How can we help? Themeforest Theme Support Neighborhood Fatal error in swift page builder

Viewing 3 posts - 1 through 3 (of 3 total)
  • #121923
    JennyMiniEmpire
    Member
    Post count: 27

    Hi, I just purchased and installed the neighborhood theme, when trying out the swift page builder I get a message: fatal error: allowed memory size…. exhausted. See below attached screenshot. How can this be fixed?

    Attachments:
    You must be logged in to view attached files.
    #121926
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You need to increase your WordPress memory by changing the settings in wp-config.php
    Check the documentation below.

    http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    -Rui

    #121927
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Methods for increasing the amount of memory a PHP script may consume.

    1. If you have access to your install and are running a version of WordPress earlier than 3.0, try the plugin
    http://wordpress.org/extend/plugins/memory-bump/ as this is the easiest way to increase your RAM for WordPress. [Mod note – Link Added 2010-06-21]

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

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

    4. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    5. Talk to your host.

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register