Upgrade to PHP 5.3 caused menu title problems. - Joomla! Forum - community, help and support
i needed upgrade php 5.3 extension work caused issues within title of menus on left side. got following before each menu title (left hand side):
deprecated:function splito deprecated in ..../templates/energy/html/modules.ph on line 118
line 118 is:
can explain happening?
deprecated:function splito deprecated in ..../templates/energy/html/modules.ph on line 118
line 118 is:
code: select all
$title = split(' ', $title);can explain happening?
the message clear. php function split no longer used in php 5.3.x.
you refer php document http://php.net/manual/en/function.split.php find out function , how things alternatively.
you refer php document http://php.net/manual/en/function.split.php find out function , how things alternatively.
Comments
Post a Comment