Have config file, but install won’t complete… lots of code on the set-up page
-
I would LOVE some help.
I am trying to set-up WordPress and I uploaded all the files to a new domain (not yet pointing correctly) after changing the config file to have the proper info (including changing the host because I needed to.)
When I run the install.php, the page that comes up has code on it (and I have no idea what it means), and it is asking me the fill out the config info again. I tried doing this and it never advances when I put in the correct information.
This the code at the very top:
installing now.”); if (!file_exists(‘../wp-config-sample.php’)) die(‘Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.’); $configFile = file(‘../wp-config-sample.php’); if (!is_writable(‘../’)) die(“Sorry, I can’t write to the directory. You’ll have to either change the permissions on your WordPress directory or create your wp-config.php manually.”); $step = 0; if(isset($_GET[‘step’])) $step = $_GET[‘step’]; header( ‘Content-Type: text/html; charset=utf-8’ ); ?>
Can anyone help me figure out the problem? This is my FIRST time ever doing something like this, so if I can’t follow the help files, I am lost!
Thank you!
Laura
- The topic ‘Have config file, but install won’t complete… lots of code on the set-up page’ is closed to new replies.