Title: not installing
Last modified: August 19, 2016

---

# not installing

 *  [minniemaverick](https://wordpress.org/support/users/minniemaverick/)
 * (@minniemaverick)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/not-installing/)
 * I have got to the stage of updating and saving Config.php but when i try to load
   the install file i am getting this screen
 * ERROR: %s’), $error); ?>
 * />
 * ‘.__(‘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(); ?>
 * ReadMe documentation at your leisure. Otherwise, just fill in the information
   below and you’ll be on your way to using the most extendable and powerful personal
   publishing platform in the world.’), ‘../readme.html’); ?>
 * error) ) wp_die($wpdb->error->get_error_message()); display_header(); // Fill
   in the data we gathered $weblog_title = isset($_POST[‘weblog_title’]) ? stripslashes(
   $_POST[‘weblog_title’]) : ”; $admin_email = isset($_POST[‘admin_email’]) ? stripslashes(
   $_POST[‘admin_email’]) : ”; $public = isset($_POST[‘blog_public’]) ? (int) $_POST[‘
   blog_public’] : 0; // check e-mail address $error = false; if (empty($admin_email)){//
   TODO: poka-yoke display_setup_form( __(‘you must provide an e-mail address.’));
   $error = true; } else if (!is_email($admin_email)) { // TODO: poka-yoke display_setup_form(
   __(‘that isn’t a valid e-mail address. E-mail addresses look like: [username@example.com](https://wordpress.org/support/topic/not-installing/username@example.com?output_format=md)’));
   $error = true; } if ( $error === false ) { $wpdb->show_errors(); $result = wp_install(
   $weblog_title, ‘admin’, $admin_email, $public); extract($result, EXTR_SKIP); ?
   >
 *  admin
    ‘. $password .’ ‘; } echo ‘
 * ‘. $password_message .’
    ‘; ?>
 * have deleted the folder and reinstalled? Any help please

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/not-installing/#post-1275986)
 * That’s raw PHP source. Your server isn’t parsing PHP for some reason. Are you
   sure that your host server is running PHP?
 *  Thread Starter [minniemaverick](https://wordpress.org/support/users/minniemaverick/)
 * (@minniemaverick)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/not-installing/#post-1275997)
 * Hi apljdi
 * thank you for that I will find out
 *  [apstryk](https://wordpress.org/support/users/apstryk/)
 * (@apstryk)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/not-installing/#post-1276204)
 * Hi minniemaverick, I’ve got the same problem – do you find out solution?
 *  [apstryk](https://wordpress.org/support/users/apstryk/)
 * (@apstryk)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276207)
 * I got it!
    I’ve spent three days trying and failing, but it’s done.
 * Many newbies asked for this error page, many wise people told, that is cause 
   of PHP parsing error, missing characters ?> in php files ….. but solution is 
   simply:
 * error page appears when install.php is opened in browser in FTP mode.
    When you
   type [http://full-path-to-install.php-or-setup-config.php](http://full-path-to-install.php-or-setup-config.php)–
   everything is OK.
 * Enjoy wp !
 *  [mike_wolff](https://wordpress.org/support/users/mike_wolff/)
 * (@mike_wolff)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276211)
 * I am brand new and setting this up for the first time. When I get to step 4 of
   the famous five minute install I get stuck. How do I upload everything? I’m on
   day three! Need help, please.
 *  [wiltonaraxa](https://wordpress.org/support/users/wiltonaraxa/)
 * (@wiltonaraxa)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276212)
 * Friend, I am of Brazil and I am with a problem in the installation. when I arrive
   in the page where if it types the name-heading of blog and the email on has the
   message: ” Warning: Cannot modify to header information – headers already sent
   by (output started at C:\Inetpub\vhosts\aaparaxa.com .br \ httpdocs \ wp-config.
   php: 1) in C:\Inetpub\vhosts\aaparaxa.com .br \ httpdocs \ wp-admin \ install.
   php on line 36″ There I type the data, until there all normal one, and when clico
   in Installing WordPress of the one bug: ” Warning: Cannot modify to header information–
   headers already sent by (output started at C:\Inetpub\vhosts\aaparaxa.com .br\
   httpdocs \ wp-config.php: 1) in C:\Inetpub\vhosts\aaparaxa.com .br \ httpdocs\
   wp-admin \ install.php on line 36″ e ” Fatal error: Call you undefined function
   wp_check_mysql_version () in C: \ Inetpub \ vhosts \ aaparaxa.com.br \ httpdocs\
   wp-admin \ includes \ upgrade.php on line 39″ What I make to obtain to install?
   This all certainty, data base, user, password… what to make? Abraços wilton.araxa
 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276219)
 * @ Mike_Wolff
 * 1) Get an FTP client– Filezilla, for example.
    2) Login to your web hosting account.
   3) Find the server document root. This can vary with hosts. It might be ‘htdocs’,
   or ‘www’, or ‘public’, or really just about anything else. You’ll have to get
   the information from your web host if you don’t have it. 4) Download the latest
   WordPress zip or gz file, extract and upload everything inside the wordpress 
   folder but not the folder itself (unless you want the blog to be in `http://<
   sitename>/wordpress/`)
 * @ wilton.araxa
 * You have a bad edit in your wp-config.php. Check out the [installation troubleshooting page](http://codex.wordpress.org/Installing_WordPress#Common_Installation_Problems).
 *  [wiltonaraxa](https://wordpress.org/support/users/wiltonaraxa/)
 * (@wiltonaraxa)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276220)
 * @ apljdi
 * Olá my friend, all good? There following, I obtained to edit wp-config.php with
   a text publisher, removing 3 characters that confused, there I adjusted 2 errors,
   but one third error exists that does not allow that the installation is made.
 * The error that occurs is the following one: I type the name of blog, type my 
   address of email and when clico in installing the acknowledgment occurs: Fatal
   error: Call you undefined function wp_check_mysql_version () in C:\Inetpub\vhosts\
   aaparaxa.com .br \ httpdocs \ wp-admin \ includes \ upgrade.php on line 39
 * E I really do not know there what he occurs. I am sending link with the error
   pra you to verify. If it will be able to help me I am thankful to you very…
 * [http://www.aaparaxa.com.br/wp-admin/install.php?step=2](http://www.aaparaxa.com.br/wp-admin/install.php?step=2)
 * A great one I hug
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276221)
 * [@wilton](https://wordpress.org/support/users/wilton/).araxa: sounds like MySQL
   isn’t installed on your windows host or could be an older version. Talk to your
   host and tell them you’re trying to install WordPress and need at least version
   4 or newer of MySQL.
 *  [jsurveyer](https://wordpress.org/support/users/jsurveyer/)
 * (@jsurveyer)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276222)
 * Hi –
 * I am having a mixed “successful” install of WordPress 2.8.6 on my localhost Apache/
   MySQL Web server[XAMPP = Apache 2.2, PHP 5.3.0 MySQL 5.1.37]
 * The blog appears but every page and posting is filled with warning messages like
   the following:
 * > Warning: date() [function.date]: It is not safe to rely on the system’s timezone
   > settings. You are *required* to use the date.timezone setting or the date_default_timezone_set()
   > function. In case you used any of those methods and you are still getting this
   > warning, you most likely misspelled the timezone identifier. We selected ‘America/
   > New_York’ for ‘-5.0/no DST’ instead in C:\xampp\htdocs\wordpress\wp-includes\
   > functions.php on line 43
 *  So I immediately went into Settings and changed the the Time to Toronto and 
   the time format and date format choice .
 * Yes, I remembered to save the changes.
 * No – it is still spouting out error/warning messages on every page!
    Any help
   would be appreciated.
 * JBSurveyer
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276223)
 * [@jsurveyer](https://wordpress.org/support/users/jsurveyer/): please don’t hijack
   a thread. Date errors are a PHP deal: [WordPress › Support » Php 5.3.0 & WP 2.8 (It is not safe to rely on the system’s timezone)](http://wordpress.org/support/topic/285337?replies=21)
 *  [jsurveyer](https://wordpress.org/support/users/jsurveyer/)
 * (@jsurveyer)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276224)
 * j’regret becoup comme Monseieur Blanfein, CEO de Goldman Sachs, telle un erreur
   grande –
    c’est dommage.
 * Jacques
 *  [rogueelement](https://wordpress.org/support/users/rogueelement/)
 * (@rogueelement)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276225)
 * I’m getting the same error message. I’ve tried installing directly onto the Mac
   as well as on the server via FTP.
 * This is very frustrating. I’m a newbie and not a programmer, and trying to learn,
   but this so-called easy 5 minute installation has taken me days and still isn’t
   working. I wish there was telephone support.
 * My host server is running PHP.
 * If I try to do it on my computer directly using MAMP, i get the same error message
   the first poster outlined.
 * Please help!!!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘not installing’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 13 replies
 * 8 participants
 * Last reply from: [rogueelement](https://wordpress.org/support/users/rogueelement/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/not-installing/#post-1276225)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
