When I post a comment to my blog, the url that my username links to sometimes shows up as just http:/// (with three slashes) even though I know I entered the correct url. I don't mind when it happens to me because I can edit it, but I don't want it to happen to readers of my blog.
Also, my posts are not sequentially numbered. Some numbers are skipped, and if I try to view a post that would correspond to one of the numbers that are not used, I get this error message:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY post_date ASC LIMIT 1' at line 1]
SELECT ID, post_title FROM wp_posts WHERE post_date > '' AND post_type = 'post' AND post_status = 'publish' AND ID != ORDER BY post_date ASC LIMIT 1
I used Fantastico to install WordPress, and I haven't touched the database.
Should I just not worry about it or will this cause problems down the line? If I just reinstall WordPress will I lose the posts and comments that have been posted so far? (My blog is less than a month old so I'd rather do it now if I have to.)