How to disable Notice: iconv in Joomla
Posted by: abdulhalim (31.7.63.---)
Date: May 01, 2012 10:09PM

Hello ,

i was using old version of WAMP server , it was very good , now i install latest version , but i face to this messages in Joomla! administration , how can i disable it ?



Best regards,

Abdulhalim

Options: ReplyQuote
Re: How to disable Notice: iconv in Joomla
Posted by: RiggsFolly (---.as13285.net)
Date: May 02, 2012 02:55PM

These are error messages from the nice new xdebug debugger which makes them much more obvious than just using php's standard error messages.

If you want to stop all your error messages coming to the screen there are 2 options:

1. Fix the code that is throwing the error.

2. The lazy way, edit php.ini and change the following
display_errors = On -> Off

Options: ReplyQuote
Re: How to disable Notice: iconv in Joomla
Posted by: abdulhalim (46.100.244.---)
Date: May 02, 2012 03:33PM

Thank you RiggsFolly ,

I`m not expert so i prefer the lazy way :-)

Regards,

Options: ReplyQuote


Sorry, only registered users may post in this forum.