Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • icepora Friend
    #182569

    hi, i am a new joomla user.

    I was installed this template and set as default then I click to view this site but it has a message on site

    Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() inC:xampphtdocsjoomla150librariesjoomlahtmlparameter.php on line 512

    How can I resolve this problem?

    Thank you so much for your helping.

    pavit Moderator
    #474142

    Hi

    You need to change your php.ini settings on your localhost

    error_reporting = E_ALL | E_STRICT
    display_errors = On

    change to

    error_reporting = E_ALL & ~E_STRICT
    display_errors = Off

    Let me know if this solution works

    icepora Friend
    #474143

    thank,

    but i am new user,

    please tell me whrer is the php.ini?

    pavit Moderator
    #474144

    <em>@icepora 347827 wrote:</em><blockquote>thank,

    but i am new user,

    please tell me whrer is the php.ini?</blockquote>

    You can find it in your xamppphp folder.

    icepora Friend
    #474145

    i find

    ; error_reporting
    ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
    ; Development Value: E_ALL
    ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT

    is it same?

    pavit Moderator
    #474146

    <em>@icepora 347829 wrote:</em><blockquote>i find

    ; error_reporting
    ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
    ; Development Value: E_ALL
    ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT

    is it same?</blockquote>

    Yes it is try to change it

    display_errors = Off

    after you changed it restart your Apache server

    icepora Friend
    #474149

    I changed it but it not work, the problem is still remains.

    = =

    pavit Moderator
    #474151

    <em>@icepora 347837 wrote:</em><blockquote>I changed it but it not work, the problem is still remains.

    = =</blockquote>

    You problem is due to a php configuration

    HERE You can find a thread dedicated to this problem

    icepora Friend
    #474158

    I have tried following that you suggested but it’s not success.

    how can i do?

    icepora Friend
    #474187

    I can resolve the problem myself,

    when I try to install the quickstart it show the problem that ‘output buffering’ has ‘on’.

    I take following your suggestion and chage

    output_buffering = 4096

    to

    output_buffering = Off

    it does work!

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

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

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