I'm trying to install wordpress 1.2.4 on a unix web server (Apache 2, PHP 5); the database is located on a different server (MySQL 5). During the installation process I get the following error:
-------
Fatal error: Call to undefined function: make_db_current_silent() in /home/purds/itsblog/wordpress/index-install.php on line 472
-------
Has anybody encountered this before and found a solution to the problem?
Thanks
Birgit
Has anybody encountered this before and found a solution to the problem?
Just for reference, it's always a good idea to try searching first instead of asking folks to do it for you. I mean no disrespect but you wouldn't have waited for a solution to your question.
Solution: Check to see if wp-admin/upgrade-functions.php is present and readable by the webserver. (That's where that function is located) if that file is missing, chances are you've got others missing as well and probably need to redo your uploading.
Hope this helps,
-drmike