• hello, I have a problem, when I open install.php with Internet, I get an error, please help me?

    <? php
    / **
    * Front to the WordPress application. This file does not do anything, but loads
    * Wp-blog-header.php Which does and tells WordPress to load the theme.
    *
    * @ Package WordPress
    * /

    / **
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @ Var bool
    * /
    define ( ‘WP_USE_THEMES’, true);

    / ** Loads the WordPress Environment and Template * /
    require ( ‘. / wp-blog-header.php’);
    ?>

    this is wrong, please help me and explain to me how to solve it, I’m new at this and not much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The code you posted there is index.php not install.php

    If you are looking for install.php it is found in

    mydomain.com/myInstallFolder/wp-admin/install.php

    If you installed in the root folder then the URL is
    mydomain.com/wp-admin/install.php

    Execute that URL in your browser and see what happens.

    Thread Starter ashirogimuto

    (@ashirogimuto)

    and run install.php with internet, and I get this screen

    http://s476.photobucket.com/albums/rr129/Naruto_320/Captura.png

    Tap the button but nothing happens. Please help me

    Hi

    I suggest you reinstall the WordPress files. It seems either some didn’t get uploaded, or you have gotten them confused or changed.

    Also, go into the database using PHPmyAdmin, and delete all the database tables that were created. That will take care of the “you seem to have already installed WordPress” errors and let you run the install program again. Keep the wp-config.php file that you already created, just do everything else again.

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

The topic ‘Urgent Problem!!’ is closed to new replies.