Installation Problems
-
Am trying to install on a Mac OS X 10.4 Tiger server.
When I run /wp-admin/install.php, I get the following mess:
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, ‘https://’ . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?>
WordPress
hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(__(‘
Already InstalledYou appear to have already installed WordPress. To reinstall please clear your old database tables first.
‘) . ”); $wpdb->show_errors(); switch($step) { case 0: ?>ReadMe documentation at your leisure.’), ‘../readme.html’); ?>
I don’t know what I’m doing wrong. Any ideas?
- The topic ‘Installation Problems’ is closed to new replies.