• I upload teh entire WorPress on the server.

    If i go the home page of my site i have the index.php page with the code :

    <?php
    /**
    * Front to the WordPress application. This file doesn’t 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’);
    ?>

    My wordpress folder is located in https://www.kigali-guide.com/Kigaliguide.

    Help me.

    Thanks.

Viewing 3 replies - 31 through 33 (of 33 total)
  • Your DB hostname is likely ‘localhost’

    Thread Starter Eugentuk

    (@eugentuk)

    MYSQL Settings :

    Server: Localhost via UNIX socket
    Server version: 5.1.56
    Protocol version: 10
    User: kigaligu@localhost
    MySQL charset: UTF-8 Unicode (utf8)

    Thread Starter Eugentuk

    (@eugentuk)

    @ Tim S
    Now the problem with the php and database is solved but if i try to install there is a message :

    Fatal error: Call to undefined function language_attributes() in /home/kigaligu/public_html/wordpress/wp-admin/install.php on line 57

    Thanks.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘Blank index.php page’ is closed to new replies.