dyords
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help me discover why my site goes down every weekheres my suspect plugins
wp supercache
yet another related post plugin
subscribe to commentsas for the others:
all in one seo
google sitemap
feedburner feedsmith
nextgen gallery
wordpress statsForum: Fixing WordPress
In reply to: Please help me discover why my site goes down every weekmy wp_options just crashed and all I did was posted something new. are you also using Live Writer to post?
Forum: Fixing WordPress
In reply to: WP working great for a week and now I get an install page???i’m trying to get to the bottom of this. the above solution is a quick fix but it won’t repair the root cause.
lenashore, are you also using windows live writer to post? do you have the YARPP plugin installed?
Forum: Fixing WordPress
In reply to: Redirect to wp-admin/install.phpbut i still can’t seem to find what’s causing it because it’s going to happen regularly. at least for me it does. ??
Forum: Fixing WordPress
In reply to: My blog keeps reverting to install.phpsigh, it didn’t work. my blog reverted to the install page just 10 minutes ago.
Forum: Fixing WordPress
In reply to: My blog keeps reverting to install.phpnope. my host is not a well-known one. i have a feeling that super cache is causing it. what should the permission of my .htaccess be?
Forum: Fixing WordPress
In reply to: My blog keeps reverting to install.phpgot it! i hope it works. is this one of the reason why my db table is crashing?
Forum: Fixing WordPress
In reply to: My blog keeps reverting to install.phpcan you point me to a working one? is that for the DB? or for wordpress itself?
Forum: Fixing WordPress
In reply to: Please help me discover why my site goes down every weekdid you figure this one out already? i’m having trouble with my wp-options as well but it takes days for it to happen so i can’t troubleshoot properly.
do you have wp supercache installed? i think that’s what’s causing my db to crash.
Forum: Fixing WordPress
In reply to: My blog keeps reverting to install.phphi whooami, thanks but where can i find the toggle for revisions and autosave?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Pages never update for some peoplei noticed it as well with my site. got the updated plugin. it worked for firefox but i have to do a ctrl-refresh.
however in IE6 my new post won’t appear on the front page whatever refresh and browser restart i do. but i was able to access the new post using its permalink. it just wont appear on the frontpage.
i selected half-on in the meantime and the problem was solved. i’ll wait for another update then try supercache again.
Forum: Fixing WordPress
In reply to: wp-gravatar problemuhmm, nevermind. was able to add WP’s built-in avatar feature on my digg 3-colum theme. if you guys wanna know how i did it, i made a post here.
Forum: Fixing WordPress
In reply to: wp-gravatar problemhere’s the piece of code that i think needs to be edited.
<?php if ($comments) : ?> <h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3> <ol class="commentlist"> <?php foreach ($comments as $comment) : ?> <li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>"> <?php echo get_avatar( $comment, 32 ); ?> <cite><?php comment_author_link() ?></cite> Says: <?php if ($comment->comment_approved == '0') : ?> <em>Your comment is awaiting moderation.</em> <?php endif; ?> <br /> <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('edit',' ',''); ?></small> <?php comment_text() ?> </li>
Forum: Fixing WordPress
In reply to: wp-gravatar problemhi otto, would you help me out with my digg theme? it doesn’t seem to support the avatar and I was hoping you know how to insert the code on the comments.php.
i would really appreciate it if you could help.
thanks!