dreamteammb
Forum Replies Created
-
Forum: Installing WordPress
In reply to: install.php will only open with dreamweaver! HELPAm I making a mistake of uploading the ENTIRE WordPress file to my server??Should I only be loading the config file..??
Forum: Installing WordPress
In reply to: install.php will only open with dreamweaver! HELPHello.. I have uploaded the files the same way, and the url should be the same. WHen I load the install page it is telling me that I already installed it…..<BR>
It goes as follows:<BR>
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’); $schema = ( isset($_SERVER[‘HTTPS’]) && strtolower($_SERVER[‘HTTPS’]) == ‘on’ ) ? ‘https://’ : ‘https://’; $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, $schema . $_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’ ); ?>hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(‘
‘.__(‘Already Installed’).’
‘.__(‘You 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’); ?>Forum: Installing WordPress
In reply to: install.php will only open with dreamweaver! HELPHey… Myrtle BEach is Great….. I downloaded WP and then I set up the config in Wordpad. Then saved as.. then uploaded everything (Assuming the WHOLE WP folder was to be uploaded) to the server using FTP through explorer… But then as I try to open Install.php with explorer… It will only let me open the PHP with dreamweaver… and when I try to open it through the web URL address IE URL+…install.php it says the page doesnt exist….??