jem10th
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error establishing a database connection – not a new installsomething weird, i check the wp-config.php and one DB field was filled incorrectly… but i wonder how it did changed in the first place
Forum: Installing WordPress
In reply to: Error establishing a database connection – not a new installI see that im not the only one with this problem, I have 3 wp blogs and only one all of a sudden started with the Error establishing a database connection, My host its up and running ok since all my DB from my forums and blogs I host are working perfect.
Any suggestions?Forum: Fixing WordPress
In reply to: Can’t post any commentsok after doing that and uploading the single root files i got it to work with the classic and one more theme, but all the others dont seem to work.
ie, i’ve just downloaded and uploaded this theme from this page and still wont work. I’ll read the comments on the page and see if there is something helpfulhttps://wpthemes.info/posts/2005/03/21/fasttrack-the-most-wanted/
Forum: Fixing WordPress
In reply to: Can’t post any commentsthanks for the response, I’ve changed to the classic theme and try to make a post and get this error “No input file specified”
and the comments wont work on any theme i have
Forum: Fixing WordPress
In reply to: Can’t post any comments…
Forum: Fixing WordPress
In reply to: Can’t post any commentsanyone
Forum: Fixing WordPress
In reply to: Can’t post any commentsstill not working ??
Forum: Installing WordPress
In reply to: Install problem.. I’m a blondeis that a free hosting?
Forum: Fixing WordPress
In reply to: Can’t post any comments…
Forum: Fixing WordPress
In reply to: Can’t post any commentscofcof
Forum: Fixing WordPress
In reply to: Can’t post any commentsejem
Forum: Fixing WordPress
In reply to: Can’t post any commentsanyone pls? ??
Forum: Fixing WordPress
In reply to: Can’t post any commentsthis is my single.php file
__________________________________<body>
<div id=”rap”>
<?php get_header()?>
<div id=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<div class=”post”>
<?php require(‘post.php’); ?>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
<p align=”center”><?php posts_nav_link() ?>
</div>
<div id=”sidebar”>
<?php if ($posts) { ?>
<h2>Archived Entry</h2>- Post Date :
- <?php the_time(‘l, M jS, Y’) ?> at <?php the_time() ?>
- Category :
- <?php the_category(‘, ‘,’ and ‘,false); ?>
- Do More :
- <?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
// Both Comments and Pings are open ?>
You can leave a response, or “>trackback from your own site.<?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can “>trackback from your own site.<?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.<?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.<?php } edit_post_link(‘Edit this entry.’,”,”); ?>
<?php }; ?>
</div>
<?php get_footer();?>
</div>
</body>