• When I try to install a theme via the dashboard the install fails. only indication that something is wrong is a blank page and no end result..
    No error or anything else indicating that something is wrong.

    I have tried setting various ownership of wp-content and uploads folder etc but there is no use. I’ve seen a lot of similar problems with solutions and none of them seems to be the one i am looking for. Anyone got an idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • try increasing memory

    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

    Thread Starter fjoesne

    (@fjoesne)

    Thanks for the tip, however I have tried this too. I never really figured out what the problem was exactly but after I reinstalled everything (including databases) it worked. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme install failure, just a blank page.’ is closed to new replies.