The MU forums have moved to WordPress.org

code issue in class-smarty.php (1 post)

  1. abrin
    Inactive
    Posted 19 years ago #

    When installing from new, there's a problem with this line (6):

    if( defined( ABSPATH ) == false ) {define( "ABSPATH", "../" ); }

    it should be this:

    if( defined( 'ABSPATH' ) == false ) {define( "ABSPATH", "../" ); }

About this Topic

  • Started 2026 years ago by abrin