irishangel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post via email – solution?I got this same error, and tried digory’s solution to no avail…. I’m wondering… can I set up a pop 3 acct on my isp with name of the
“postaccount”? it would be much easier to post via email…. a feature I was truly looking forward to utilitizing..
My ISP doesn’t host my blog however..Forum: Fixing WordPress
In reply to: PAGE can’t be commented on….Something strange happened…I have no idea what… The page now has the ability to be commented on, space for it, button etc, but when one hits submit, nothing happens and this seems to be true on all comments and pages.. Anyonr have any ideas?
Oh I looked, my index.php file doesn’t have the
<?php comments_template(); ?>
line in it either , and just to make sure I’d not screwed something up, I also looked at the index.php file in the zip file.. it’s not in the index.php of that eitherNevermind.. I realized that most comment files are the same and just copied another from another theme (I tested another theme b4 doing this) Works fine now.. it’s been a long time since I’ve been a newb at something *L*
Forum: Fixing WordPress
In reply to: PAGE can’t be commented on….no it’s not, so do I add it before “edit this entry”?
<?php edit_post_link(‘Edit this entry.’, ”, ”); ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
where do I put it?
Last but not least, in my most sincere tone, I say “THANK YOU, I LOVE helpful people!”
Forum: Fixing WordPress
In reply to: PAGE can’t be commented on….I don’t see that in the page, Forgive a blogging newb, but I assume
I put this under custom fields? like this:Key: Value Action
Comment <?php comments_template(); ?> updatebut then I hit and go look at the page and it’s still not there
Forum: Installing WordPress
In reply to: Install help needed, please.wellI figured out my problem.. My webhost disabled the mod_rewrite Apache module for everyone.. darn it..I guess this means I can’t use WordPress…
Forum: Installing WordPress
In reply to: Install help needed, please.I started over.. I emptied everything out of my site directory, and off my hard drive (except for the wp-config.php file). I unzipped again to a directory on my hard drive named “ramblings” as this is the directory name I intend to use in my site directory. I copied the altered wp-config.php to the ramblings directory on my hard drive. When I FTP’ed it using WSFTPpro, I transferred the directory and all directory structures . I go to look in the ramblings directory and there is no sub-directory named /wp-admin/, in fact there is no directory inside the ramblings directory at all. The closest thing to /wp-admin/ is a file called
wp-admin.css
I’ve apparently screwed something up and all I did was unzip it..
when I did unzip it I noticed a couple of pecularities , during unzipping, it wanted to replace files, when I cancelled to go look as to why it would (when the directory I was putting them into as empty) I noticed 4 index.php files in the zip file, all with different file dates, two style.css files with different dates and of course no file named wp-admin/install.php, just an install.php
I’m quite befuddled… maybe thats my natural state *L*Forum: Installing WordPress
In reply to: Install help needed, please.Btw, here’s my connection string for PHP, straight from my control panel:
$dbh=mysql_connect (“localhost”, “irishang_colleen”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“irishang_irish”);(this is why I used irishang_irish
and irishang_colleen in my config file