Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Samir Shah

    (@solarissmoke)

    Hi,

    If you have access to your server’s PHP error logs, please share the relevant entries as they will help figure out where the problem is.

    Otherwise, you need to just delete the disable-comments folder from wp-content/plugins and WordPress will load without the plugin.

    Thread Starter Digma

    (@digma)

    *cough* came of my lazy but and had a look at the error log.

    Seems that the upgrade re-wrote the .htaccess in the root of the wordpress folder, but did not completely take along the full code.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /test/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /test/index.php [L]
    </IfModule>
    
    # END WordPress
    rite.c>
    RewriteEngine On
    RewriteBase /test/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /test/index.php [L]
    </IfModule>
    
    # END WordPress

    You might want to check the installation process of the upgrade.

    I have got it fixed now by removing the second bit and continue using disable comments. 😉

    Thanks for getting back at me.

    Edit: for future reference, this was what was in the error log:
    .htaccess: </IfModule> without matching <IfModule> section

    Plugin Contributor Samir Shah

    (@solarissmoke)

    Hmm, the plugin upgrade doesn’t go anywhere near the htaccess file, so I’m not sure what altered yours. Let’s hope it doesn’t happen again…

    Thread Starter Digma

    (@digma)

    That is indeed weird. As it occured right after the upgrade of Disable Comments and no other upgrades or patches were available at that point, nor was I working on anything.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upgrading to 0.9 crashed whole wordpress environment’ is closed to new replies.