Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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..

    Thread Starter irishangel

    (@irishangel)

    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 either

    Nevermind.. 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*

    Thread Starter irishangel

    (@irishangel)

    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!”

    Thread Starter irishangel

    (@irishangel)

    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(); ?> update

    but then I hit and go look at the page and it’s still not there

    Thread Starter irishangel

    (@irishangel)

    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…

    Thread Starter irishangel

    (@irishangel)

    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*

    Thread Starter irishangel

    (@irishangel)

    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

Viewing 7 replies - 1 through 7 (of 7 total)