Viewing 10 replies - 1 through 10 (of 10 total)
  • That’s absolutely wrong.
    The blog is here:
    https://www.hansten.com/RROHC/Weblog/
    Why is this https://www.hansten.com/wordpress address appearing?
    What do you have in the two URI fields in Options > General?

    Thread Starter vicarious

    (@vicarious)

    I have “https://www.hansten.com/RROHC/Weblog”, in both fields…I’m assuming since you ask that this is incorrect???

    That’s correct, if the blog is there.
    Next question: any redirects in place? That usually screws up royally the permalinks…

    Thread Starter vicarious

    (@vicarious)

    Where would I check for these redirects?

    Aren’t you the one working on the website? ??
    Another question: is there/was there ever a WP install at that address that pops up: https://www.hansten.com/wordpress ?

    Who is hosting that site? I saw the sticky doesn’t work there either… There is a group of hosts where it has to be modified; maybe they are related (but don’t quote me on that).

    Thread Starter vicarious

    (@vicarious)

    Yeah, well, I never claimed to be the sharpest tool in the shed…my question about the redirects still stands. The site is being hosted by olm.net…and, yes, there might have been a previous install that perhaps wasn’t wiped clean from the MySQL database…I ended up going into the code and manually changing the href info on the comment form, and it seems to be working okay…but I’m afraid I might have missed something, somewhere, that’s going to bite me in the … tail…

    By the way, thanks for your time…nice to know I can at least get someone to ask a few intelligent questions. ‘Preciate it.

    I ended up going into the code and manually changing the href info on the comment form,

    Hmmm… in the comments.php it should be like:
    action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php"

    What href did you change?

    Thread Starter vicarious

    (@vicarious)

    “../../../../wordpress/wp-content/themes/default/” preceded “<?php echo get_option(‘siteurl’); ?>” on all the actions…I had to go in and delete that first part…only problem is, I’m not sure I got them all…and I still haven’t been able to figure out how they got there in the first place…

    It seems whoever installed the previous one (i.e. at https://www.hansten.com/wordpress ) they edited the files for some unknown reason and later the same set of files has been copied over to the new installation.

    If you think that more files have been altered, just download a fresh copy of your version and upload it.
    I think it’s WP 1.5.2 – and you can find it here:
    https://static.www.ads-software.com/archive/ – at the bottom.

    When you have the set of WP files unzipped, just upload the files to their location – keep one eye on files YOU have changed, not to over-write them.
    Do NOT run any install and or upgrade, just upload the new files and go and see your blog.

    Thread Starter vicarious

    (@vicarious)

    Thanks…I am using GoLive as my FTP…it seems to be corrupting the code as it uploads to the server…I ended up using Fetch, then going in and basically rebuilding the blog from the ground up (no real sweat there…I only had two posts to worry about, and a handful of other information…seems to be working fine thus far.

    Thanks for the ideas.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Comments not being posted!!!’ is closed to new replies.