Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • aev550inf Friend
    #188026

    Strict Standards: Declaration of JParameter :: loadSetupFile () Should be compatible with JRegistry :: loadSetupFile () in C: xampp htdocs aevsite libraries joomla html parameter.php on line 512.

    I’m using joomla 2.5.

    Saguaros Moderator
    #494984

    Hi,

    Generally these do not affect anything and all you need to do to get your site functioning is turn off error reporting by one of 2 following way:

    – In Backend > Sites > Global Configuration > Server > Error Reporting set to No

    – Use php.in file in /php/Apache folder in your server

    The two lines you should look at:

    error_reporting = E_ALL | E_STRICT
    display_errors = On

    change to

    error_reporting = E_ALL & ~E_STRICT
    display_errors = Off

    Let us know if that helps.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum