Installation is not working
-
Hi. I’ve written the correct infos in wp-config.php; then uploaded everything on the web server. From the local folder on my pc, I’ve launched install.php, that’s the message I see
: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(‘upgrade-functions.php’); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; ?> WordPresshide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $tableusers”); if ($installed) die(__(‘
You appear to already have WordPress installed. If you would like to reinstall please clear your old database files first.
‘)); $wpdb->show_errors(); switch($step) { case 0: ?>
so I don’t know what to do. what are the next steps. I can’t see a random pw and the log in shortcut landed in a page with plain text. Can someone please help me out in this nightmare? Thanks
- The topic ‘Installation is not working’ is closed to new replies.