WP Installation failed. Fatal error: Call to undefined method
-
I’m going to a conference in a few days where I’ve ‘advertised’ my blog but after old installation failed when updating Thesis theme I can’t get WordPress installed again. Help urgently needed!
I’ve done all the usual: downloaded the latest version of WP (3.0.1), unpacked it, created domain and database on domain, edited wp-config.php, transferred all unpacked WordPress folders and files to httpdocs on my server. No additional plugins, themes or anything else yet. Just the pure WordPress installation.
And then … I tried to run the WordPress installation by going to https://www.domain.com/wp-admin/install.php.
First, blank screen. Also blank screen on https://www.domain.com.
Then I created .htaccess (none there before) and included the line php_value display_errors “1”.
Now I get on https://www.domain.com and on https://www.domain.com/wp-admin/install.php the following error:
Fatal error: Call to undefined method stdClass::set_prefix() in /srv/www/vhosts/domain.com/httpdocs/wp-includes/load.php on line 337
In line 337 of load.php I find
$prefix=$wpdb->set_prefix($table_prefix);
I’m not an expert at all, so don’t know what else I can try to get wordpress to install.
What can I do? I need this fixed asap.
Server installation: root server with openSuse 11.1, php 5, Plesk 9.5.2
- The topic ‘WP Installation failed. Fatal error: Call to undefined method’ is closed to new replies.