simulacra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Locked out of Dashboard – login redirect loopSOLVED:
Updating WordPress pushed me over the space limit for my SQL Database on the server side. I logged in to phpMyAdmin through my host’s web portal, deleted some old posts to make some space, and now I can log into the Dashboard.
Forum: Fixing WordPress
In reply to: Locked out of Dashboard – login redirect loopHere’s my htaccess file. Not sure if it’s relevant:
AddType x-mapp-php5 .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Locked out of Dashboard – login redirect loopYes, the problem happens after entering un/pw and trying to log in. All plugins have been disabled by renaming the plugins folder.
Forum: Fixing WordPress
In reply to: twentyeleven widgets in all pagesI solved a similar problem by installing the Twenty Eleven Theme Extensions plugin.
Although it’s not been updated for a while, it still works with updated WordPress versions.
1. Upload the zip from the provided link to your Plugins and install
2. From your Dashboard go to Appearance –> Theme Extensions
3. Check the top two boxes:
— Enable the widget sidebar on pages
— Enable the widget sidebar on single-post pagesThis did it for me. A good solution for those who know zero about php or css.