Transfered a site to another host and I'm getting these errors, anybody know how to fix it? Or have an idea of what's going on? Warning: main(language/lang-.php): failed to open stream: No such file or directory in Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in Fatal error: Call to undefined function: tep_href_link() in
The MySQL error suggests that a query is just not working for some reason. Do you know for sure that you are connecting to a working database OK? As for the other errors, do they refer to your own code or PHP code (I don't recognise them)? It looks like at least one file isn't where it should be, or has permissions problems etc stopping it being read.
If it can't find the file, make sure it exists where it is being called. Replace any links and change them from old-domain.com to new-domain.com . The mysql_fetch_array() may be giving you a problem if you didn't login with the correct username/password, server and database.