I use Joomla v1.5, and after installing same components I got deprecated messages – how can I disable this messages in Joomla? I can’t disable it in php.ini, because I don’t have access for php in server.
I use Joomla v1.5, and after installing same components I got deprecated messages –
Share
Put in the index.php file, after this line
define( '_JEXEC', 1 );, this statement:or, as pderaaij says, use:
As he says,