bering
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank Pages after Attempted UpgradeI have the same problem. I upgraded a WordPress installation from an old version (1.5 I think) and now all the pages are blank. I can reach wp-login.php, but when I log in I’m redirected to wp-admin/profile.php and told that “You do not have sufficient permissions to access this page.”
Help?
Forum: Themes and Templates
In reply to: Comments.php not sending commentsUPDATE
wp_commentsSETcomment_approved= ‘1’ WHEREcomment_ID> ‘1’;Forum: Themes and Templates
In reply to: Comments.php not sending commentsI was thinking the same thing… and that was the solution! Now new comments appear! Thanks. So how do I make the old ones appear in the admin panel so I can edit them? Guess I could change the status of all comments with a SQL command…
Forum: Themes and Templates
In reply to: Comments.php not sending commentsWell, something, somewhere is setting them all to “spam”… I can make them appear on the page by changing it to “1” but somehow the default value of every comment gets to be “spam”… but where?
Forum: Themes and Templates
In reply to: Comments.php not sending commentsOk, so it turns out that all the comments go in to the DB… but they show on the page. They’re all waiting in wp_comments… but how do I get them out?
Forum: Themes and Templates
In reply to: Comments.php not sending commentsI have the same problem described here, but can’t really use the same solution…
My contact form looks fine and doesn’t give any error messages when people are posting comments, but they never appear at the site. I’ve disabled all comment-related plugins (auth-image) and even copied the comments.php template from an original installation just to make sure. I’ve tried switching themes and still the same problem. Very strange… try it for yourself here:http://www.bering-express.dk/weblog/
I recently messed with permalinks, but they’ve been disabled again. Any aftereffects I need to deal with that could cause this?