WordPress already installed – Using MAMP
-
I installed MAMP and wordpress locally it worked for a week and then it stopped working so I uninstalled and then reinstalled MAMP. Now everytime I try to install wordpress it says the following:
Create a Configuration File”, “WordPress ? Error”); } require_once(‘../wp-config.php’); require_once(‘./includes/upgrade.php’); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; function display_header(){ header( ‘Content-Type: text/html; charset=utf-8’ ); ?> >
WordPress
‘.__(‘Already Installed’).’‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’
‘);} switch($step) { case 0: case 1: // in case people are directly linking to this display_header(); ?>-Wordpress is not already installed and there are no old tables to clear.
- The topic ‘WordPress already installed – Using MAMP’ is closed to new replies.