paulrus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 1 year with the same problem – users cannot commentHA! I finally fixed it!
My install is in a different directory than stock – when setting the blog address URL it was set with index.php at the end – this was breaking the comment system for some reason.
Forum: Fixing WordPress
In reply to: readers unable to log in and commentHi – I’ve tried both non www and with www – neither fix it.
Thanks!
PS: Why doesn’t this site notify of replies?
Forum: Fixing WordPress
In reply to: readers unable to log in and commentIf I bump this, does it get back to the top? Seriously – 10 months with no ability to comment. I’ve re-loaded all of WordPress and still nothing fixes the problem. Nobody – even admins – can write comments. It just tells you that you need to log in, then you log in and it takes you back to the original post and tells you you must log in to post comments. The loop never ends.
Paul
Forum: Fixing WordPress
In reply to: readers unable to log in and commentWell, it’s been 10 months and I still have the same problem. I checked comments.php and what you’ve posted there doesn’t make any sense with the current version.
I’ve disabled all plug-ins – gone back to the default theme – nothing fixes it.
Any ideas?
Thanks
Paul
Forum: Fixing WordPress
In reply to: readers unable to log in and commentbump
Forum: Fixing WordPress
In reply to: Can’t Import Blogger (Beta) To WordPress 2.2Still a problem in 2.3.2 – please somebody fix this!
Forum: Fixing WordPress
In reply to: 2.3.2 won’t import all Blogger postsI have tried everything I could find – searched everywhere and cannot find the answer to this problem.
WordPress will not import more than 8 out of 850 posts. It just stops. If I try to re-import, it tells me I’ve already imported this blog.
I think I’m hosed.
Forum: Fixing WordPress
In reply to: 2.3.2 won’t import all Blogger postsJust an update. If I try to import them from a self-hosted Blogger Blog, I get the error
There was a problem opening a connection to Blogger. This is what went wrong:
Connection timed out (110)
So at this point the Blogger import feature is totally unusable and worthless. Can I get a response?
Forum: Fixing WordPress
In reply to: 11 uncategorized posts? But there are no posts!Thanks – I think I may have found the offending code, but I don’t know enough to try to fix it:
$sql = preg_replace("/({$wpdb->posts}\.)?post_status[\s]*=[\s]*[\'|\"]publish[\'|\"]/", " ({$wpdb->posts}.post_status = 'publish' OR ({$wpdb->posts}.post_status = 'private' AND (pl_{$wpdb->postmeta}.meta_key = '$postlevels_post_key' AND pl_{$wpdb->postmeta}.meta_value <= $postlevels_current_user_level )))", $sql);
Forum: Fixing WordPress
In reply to: 11 uncategorized posts? But there are no posts!D’Oh – why didn’t I think of that.
Found the problem: Post Levels https://fortes.com/projects/wordpress/postlevels
Forum: Fixing WordPress
In reply to: 11 uncategorized posts? But there are no posts!I’ve checked and this is what the template has:
<?php wp_list_categories('show_count=1&title_li=<h2>Posts</h2>'); ?>
Forum: Fixing WordPress
In reply to: 11 uncategorized posts? But there are no posts!Honestly I have no idea. I tried contacting the creator of the theme because I’m a hack at best. I was willing to pay him to modify his theme to work for me – I was looking to widgetize it, but he’s not replied.
I’ve also noticed the menus are screwed up in IE.
Thanks for the link – I’ll do my best to update the template.
Paul
Forum: Fixing WordPress
In reply to: 11 uncategorized posts? But there are no posts!Nope – when I view it both at work and at home I see 11 uncategorized posts.
I checked it in both FF and IE. Double checking it reveals that you only see the 11 posts if you are logged in.
Thanks
Paul