Uninstalled WordPress to reinstall using MySQL 5 instead of 4. I uploaded all the files to the WP directory and then attempt to go to wp-admin/install.php and get the following error:
Fatal error: Call to undefined function is_wp_error() in /homepages/14/d91150028/htdocs/quantumrbs/WP/wp-settings.php on line 257
On line 257 of the wp-settings.php file is:
if ( is_wp_error($prefix) )
wp_die(/*WP_I18N_BAD_PREFIX*/’ERROR: $table_prefix
in wp-config.php
can only contain numbers, letters, and underscores.’/*/WP_I18N_BAD_PREFIX*/);
Can anyone help with this? Thanks in advance.