Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator cubecolour

    (@numeeja)

    Without any specific information, I’d hazard a guess that it looks like either the contents of wp-content/themes has been deleted or the permissions are incorrect.

    Does the front end load up?

    If you ftp to the site files is there anything in wp-content/themes? There should be classic & default in there plus which have been added.

    It’s broken. You’re welcome.

    [Edit] Okay, I’ll try to be a little more helpful than that. 🙂
    In addition to the suggestion already offered, the php memory_limit may be affecting this, or it could also be caused by a plugin. Rename your plugins folder in wp-content/plugins.

    Increase the amount of memory a PHP script may consume. Note: If using a shared hosting service, you may need to ask your host to increase the limit.

    1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Many hosts may not allow this.
    2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.
    3. Increase the memory limit via wp-config.php (e.g. define(‘WP_MEMORY_LIMIT’, ’64MB’);)

    bh _wWP-fan

    Thanks alot, I just did an upgrade install, and I was getting a fatal error on my plug ins page, which said something about running out of memory. I edited the wp-config file as outlined here using the define format as you suggested, and it fixed the problem instantly. Otherwise I had no other major problems upgrading from version 2.7.3 to 2.8.5.

    I owe you a cold one… 😀

    Dug

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

The topic ‘What’s wrong with it?’ is closed to new replies.