Hiya! Well recently i trasnferred my Wordpress blog to another host..and since then..ive got the following error message: Fatal error: Call to undefined function wp() in .../blog/wp-blog-header.php on line 14 Code (markup): To transfer it..I exported the SQL..uploaded all the files to the new host..then created a new database and imported backed up SQL..and also changed sql details in WP-Config.php.. What can the problem be? Thanks in advance
My guess is that the wp-config.php file got corrupted during the moving process. Try installing a new WordPress installation somewhere, get its wp-config.php, upload to your WordPress blog and edit the MySQL details in it.
I think you used notepad to edit the files. The header is already being sent, which meants <?php before this at the starting of wp=config.php there are some undefined characters. You will not see them if you edit through notepad use a editor or atleast use a ftp to edit files. Just remove those characters from the file you should be up and ready its a small problem dont worry