Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter William.br

    (@williambr-1)

    Hi !

    thank you for your time,
    Yes for the database and also about the adhandler.

    I managed to get thins running by downgrading to Wp 2.6.
    Everything was working just fine.
    but the re-upgrade to 3.9.1, by changing all files via ftp,didn’t do any good…

    I am back to this :

    <?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( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );

    Would dirname file direct to someting else ?

    thank you again

Viewing 1 replies (of 1 total)