Forums

Urgent Problem!! (4 posts)

  1. ashirogimuto
    Member
    Posted 3 weeks ago #

    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.

  2. stvwlf
    Member
    Posted 3 weeks ago #

    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.

  3. ashirogimuto
    Member
    Posted 3 weeks ago #

    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

  4. stvwlf
    Member
    Posted 3 weeks ago #

    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.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.