• Resolved vivekg

    (@vivekg)


    Hi,

    I have downloaded the WordPress & then change the wp-config.php. Deploy it in my local apache server in htdocs folder. then i try to run install.php but it is asking for open or save. I m saying open but it is not opening tht. What to do???

Viewing 7 replies - 1 through 7 (of 7 total)
  • May need to add:
    AddType application/x-httpd-php .php

    to your httpd.conf file.

    Resource:
    Installing WordPress on your own computer

    Thread Starter vivekg

    (@vivekg)

    thx.

    I have done that & it still while running the URL as
    http://localhost/wordpress/wp-admin/install.php

    is throwing an error
    Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

    While i have renamed the file to wp-config.php and provided all the details as
    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘wordpress’); // The name of the database
    define(‘DB_USER’, ‘root’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘password’); // …and password
    define(‘DB_HOST’, ‘192.168.0.85’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // Change each KEY to a different unique phrase. You won’t have to remember the phrases later,
    // so make them long and complicated. You can visit http://api.wordpress.org/secret-key/1.1/
    // to get keys generated for you, or just make something up. Each key should have a different phrase.
    define(‘AUTH_KEY’, ‘AqW(Au0hm)tl3`3.R]SZtv4 IE0H)=wD86~\’%lV@%=+zS&u~I_<Xx(1Ee8{9nIm/’); // Change this to a unique phrase.
    define(‘SECURE_AUTH_KEY’, ‘?c0U]CHO.i1\\Z3v])_gI[5Rk+WP&If6L9jwKK9#i2/%jwu+?HL}VdxjD$*?D/ed#’); // Change this to a unique phrase.
    define(‘LOGGED_IN_KEY’, ‘g+^/GEDyf<W73s Y{pf}/fsS;|TF.?[Ki[T]D`NOB^nz;48<:f\’,7*TQ*E?Io6LD’); // Change this to a unique phrase.

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
    require_once(ABSPATH . ‘wp-settings.php’);
    ?>

    what to do???

    Thread Starter vivekg

    (@vivekg)

    I have already go through tht but changed evrythng related to tht. But prob still there.

    See what changes i have done in PHP.ini till now…

    —->>>>>set the path to ext

    ; Directory in which the loadable extensions (modules) reside.
    extension_dir =”C:\Program Files\PHP\ext”

    —->>>>> uncommented the mysql.dll

    ;;;;;;;;;;;;;;;;;;;;;;
    ; Dynamic Extensions ;
    ;;;;;;;;;;;;;;;;;;;;;;
    ;
    ; If you wish to have an extension loaded automatically, use the following
    ; syntax:
    ;
    ; extension=modulename.extension
    ;
    ; For example, on Windows:
    ;
    extension=msql.dll
    ;
    ; … or under UNIX:
    ;
    ; extension=msql.so
    ;

    —->>>>> extensions also there defined in ini file

    [PHP_MSQL]
    extension=php_msql.dll
    [PHP_MSSQL]
    extension=php_mssql.dll
    [PHP_MYSQL]
    extension=php_mysql.dll
    [PHP_MYSQLI]
    extension=php_mysqli.dll

    —->>>>> one thing i found while searching is tht thr is no db.php inside wp-content. What to do for tht???

    ooooh !
    i have that problem too !
    some body help me !
    PLEASE !!!!!!!!!!!

    Thread Starter vivekg

    (@vivekg)

    hey divanesaz,

    If u have db.php in your wp-content folder or not??? If u have then please post its content so tht I can go ahead with this probs to solve this

    Thx in advance

    Thread Starter vivekg

    (@vivekg)

    hey…i have done it using WAMP…all probs solved

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

The topic ‘Installation probs: install.php’ is closed to new replies.