New Landing How can we help? Cardinal Theme options

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #178716
    bram1974
    Member
    Post count: 94

    Hi,

    Just updated to latest versions of WordPress and theme and somehow the theme options page is blank. It displays an empty screen. I’ve tried Chrome and firefox. Is this a known problem?

    Thanks.

    #178741
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit wp-config.php at wordpress root installation directory.
    Find this code:-
    define( ‘WP_DEBUG’, false);
    Change to-:
    define( ‘WP_DEBUG’, true);

    Now you will get the error so please send me this error detail to solve the issue.
    Thanks 🙂
    With Best Regards
    Mohammad

    #178864
    bram1974
    Member
    Post count: 94

    Hi, thanks for looking into this.

    Error reads: Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 193343 bytes) in /home/p/a/paauwlilies/www/wp-includes/functions.php on line 2669

    Many thanks!

    #178868
    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.

    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 4 posts - 1 through 4 (of 4 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