-
AuthorPosts
-
November 25, 2012 at 10:08 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 25, 2012 at 10:29 am #474142Hi
You need to change your php.ini settings on your localhost
error_reporting = E_ALL | E_STRICT
display_errors = Onchange to
error_reporting = E_ALL & ~E_STRICT
display_errors = OffLet me know if this solution works
November 25, 2012 at 10:59 am #474143thank,
but i am new user,
please tell me whrer is the php.ini?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 25, 2012 at 11:01 am #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.
November 25, 2012 at 11:09 am #474145i find
; error_reporting
; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICTis it same?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 25, 2012 at 11:18 am #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_STRICTis it same?</blockquote>
Yes it is try to change it
display_errors = Off
after you changed it restart your Apache server
November 25, 2012 at 11:52 am #474149I changed it but it not work, the problem is still remains.
= =
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 25, 2012 at 2:01 pm #474158I have tried following that you suggested but it’s not success.
how can i do?
November 26, 2012 at 2:54 am #474187I 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!
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by icepora 11 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum