scribbler
Forum Replies Created
-
Forum: Your WordPress
In reply to: scribble, scribble, scribble…sonria:
You may be right about the </div> tag. I’m searching. I can’t understand why, on two different machines, my browsers didn’t display what you’re seeing, but I believe you.
I think I found a few. How does the page display now?
Forum: Your WordPress
In reply to: scribble, scribble, scribble…Doesn’t display that way in any of the six browsers I use to check it. Don’t understand that.
Dale
Forum: Fixing WordPress
In reply to: Strange comments problemWhich I suspect is exactly what was happening. Thanks, filosofo, and you too, moshu. Appreciate the guidance.
Forum: Fixing WordPress
In reply to: Strange comments problemThere was no problem with my facts. For some reason–can’t say why–my theme file lacked that php file and a number of others. I’ve uploaded a comments.php file and with some work will have it functioning properly. Thanks for your help.
Forum: Fixing WordPress
In reply to: Strange comments problemWhat I have in my theme file is index.php and theme.css.
Forum: Fixing WordPress
In reply to: Strange comments problemWhere do I find that template?
Forum: Fixing WordPress
In reply to: Strange comments problemfilosofo, moshu=geniuses
Got that fixed now…’cept for the rotten formatting. Any suggestions on fixing that, moshu?
Dale
Forum: Fixing WordPress
In reply to: Strange comments problemfilosofo: No, what I mean is that when I view my blog, after each post there’s no place to submit a comment; it’s as if I’m not allowing comments at all, even though I’ve configured the site to allow them.
What’s so weird is the comment box appears when I preview a post. It’s gone, however, when I view the blog.
Forum: Installing WordPress
In reply to: After upgrade, can’t read commentsWould I screw everything up if I replaced my theme’s comments.php file with the comments.php file from the 1.5 default theme?
Forum: Installing WordPress
In reply to: After upgrade, can’t read commentsFor clarification, I modified the wp-comments.php and index.php files from WP 1.2.
Forum: Installing WordPress
In reply to: After upgrade, can’t read commentsI’ve triple-checked, and I made all the changes required by Podz’ upgrade instructions. When I switch to the default theme, comments appear. When I switch back to my original theme (which, as best I can tell, I modified correctly according to the Podz instructions), comments disappear.
Forum: Installing WordPress
In reply to: Can’t find SQL databaseWoo-hoo!! It worked! Now I can think about converting my MT blog and causing myself some real problems. Thanks to all, especially Phil.
Forum: Installing WordPress
In reply to: Can’t find SQL databaseOh, and on my cpanel, there is this:
Connection Strings
Perl
$dbh = DBI->connect(“DBI:mysql:dalekeig_wordpress:localhost”,”dalekeig_dale”,”<PASSWORD HERE>”);
PHP
$dbh=mysql_connect (“localhost”, “dalekeig_dale”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“dalekeig_wordpress”);Forum: Installing WordPress
In reply to: Can’t find SQL databaseI must be getting closer. I followed the instructions on sticking the tw–DB and user–together. Now when I run “whatever.php” I get a response: dalekeig_wordpress.
But, I retry install-config.php and I get the following:
Warning: Invalid argument supplied for foreach() in /home/dalekeig/public_html/wordpress/wp-admin/install-config.php on line 121
Warning: fclose(): supplied argument is not a valid stream resource in /home/dalekeig/public_html/wordpress/wp-admin/install-config.php on line 142
Warning: chmod(): No such file or directory in /home/dalekeig/public_html/wordpress/wp-admin/install-config.php on line 143
Still puzzled in BaltimoreForum: Installing WordPress
In reply to: Can’t find SQL databaseEr…that preceding post is from me.