Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter flyingpenguin

    (@flyingpenguin)

    Thought I should mention that the 2.0.3 upgrade still has the same issue. I just replaced the wp-admin/index.php page with a simpler non-feed version to fix it again.

    Thread Starter flyingpenguin

    (@flyingpenguin)

    Incidentally, I’ve also found that I get a memory error from the write/edit page with WP2. I was running fine in 8MB (the php.ini default amount) with WP1.5, but the server starting complaining after the upgrade:

    Fatal error: Allowed memory size of 8388608 bytes exhausted

    I had to change memory_limit to 10M…

    Thread Starter flyingpenguin

    (@flyingpenguin)

    Interesting, I dropped in the replacement wp-admin/index.html that you suggested, edited out the line you suggested, and the page now loads. Guess I can put the mod_rewrite back now. On to figuring out the import page…

    Thanks!

    Thread Starter flyingpenguin

    (@flyingpenguin)

    I’ve fiddled a bit with the mod_rewrite, but still having issues. Basically I just created a new file here:
    /etc/apache2/conf.d/wordpress.conf

    I added the WP2 permalink suggestions and it breaks the site. It didn’t cause any issues under WP1.5 so I’m guessing the new rule syntax is hosed. For date and name based, this is the WP2 suggestion (a directory is required for the server to read without error):

    <IfModule mod_rewrite.c>
    <Directory /path/to/new/wordpress/install>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php
    </Directory>
    </IfModule>

    Thread Starter flyingpenguin

    (@flyingpenguin)

    “apache configuration”

    Aha, excellent point. I’ll see what I can find…I’m running apache2 and therefore have been trying to use their newer mod_rewrite stuff instead of the .htaccess file. Likely to be related.

    Thread Starter flyingpenguin

    (@flyingpenguin)

    Incidentally, I also noticed the database was starting to really grind to a standstill, especially with category queries, so I just did a quick table repair (https://www.tamba2.org.uk/wordpress/repair/) and everything is running smoothly again. Still no admin dashboard, though.

    Thread Starter flyingpenguin

    (@flyingpenguin)

    Yes. All plugins were deactivated. Plus there are no plugins even in the directory now other than the defaults in the WP2 vanilla install.

    Both the “dashboard” (index.php) and the import.php are blank, but all other wp-admin pages work if I hit them directly…

    # Write
    # Manage
    # Links
    # Presentation
    # Plugins
    # Users
    # Options

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