So I did try searching google for this, and I guess other people's problems that I found was that they couldn't log into wordpress. So yea. I actually haven't tried to login yet.
My server currently went from using php 4.2 to 5 and a few of the things weren't working, like mime_content_type. So I emailed the company and they fixed all that, and then i noticed that one of the includes weren't working. It was specifically a url include that had been disabled on my server, and though there is a way to enable it using the .htaccess file, it just gives me an internal error whenever i do so. I might contact the company about that but i imagine I shouldn't have to use url includes anyway.
This is a bit jumbled. Because of the way my site is arranged, it's been a buildup of stuff for the past 4 years. And I keep looking for blogging scripts and cutenews would always screw up on me for no reason. So I started using wordpress but instead of trying to convert everything into wordpress, i made a wordpress directory and just included the index. So this is where the include doesn't work. With php 4.2 it works fine, but whenever i include the index using php5, it can't include a file that the index.php in the wordpress directory requires, and i don't know why. So I fix it but it only displays one post. And it's all kept in SQL if that's important at all.
However, when I go back to php 4.2, the /home/ way thingy doesn't work anymore. It says it cant find the file. So i put it back to a url include and still have to edit one line in the wordpress index.php, but it works fine
So i dont know if anyone can help me with this or what kind of code they'd have to see, but if anyone has any suggestions that'd be cool. Thanks