Erno
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Just Better] [Plugin: RSS Just Better] feed & UTF-8 supportAs a note: WordPress out of the box RSS widget seems to work ok for those umlauts.
Forum: Plugins
In reply to: [RSS Just Better] [Plugin: RSS Just Better] feed & UTF-8 supportas clarification edit here: “where ‘ä’ char equals “& # x e 4 ;” etc.
– wordpress forum works better than real life
Forum: Fixing WordPress
In reply to: Continuous redirects to /wp-admin/&reauth=1 on clean upgradeHad similar problem. Check this topic for what i found and fixed.
http://ww.wp.xz.cn/support/topic/redirecting-to-wp-adminreauth1-with-error-message?replies=5#post-1871213Forum: Fixing WordPress
In reply to: Redirecting to wp-admin/&reauth=1 with error messageI had the same problem. It seemed to come and go with having cookies cleared so it was something to do with session/cookie/siteurl. Having searched the web I found several places to check and eventually a remedy.
-
check .htaccess
check wp-config.php
check wp-options table from database
From there i corrected the following
Found small config mismatch from .htaccess
Renewd the cookie settings from wp-config (check section: Authentication Unique Keys)
After comparing with anew wp-config.php I noticed wp3.x version of the config file doesn’t have “?>” ending. Removed it.
Removed www-prefix from blogurl and siteurl parameters in wp-options table. Also made them identical.
After this my site started working fine again. I don’t know if one or a selection of these causes the problem but decided to mention them just incase.
Hope this helps
-
check .htaccess