"error_log" file in "administrator" directory - Joomla! Forum - community, help and support
hello everyone,
i have installed joomla 3.0.1 on site yesterday, , today have noticed "error_log" file, not in "public_html", instead in "administrator". file contains following error:
the hosting support said it's coding error in file. 71st line in file this:
could please tell me why getting error message? thank in advance.
i have installed joomla 3.0.1 on site yesterday, , today have noticed "error_log" file, not in "public_html", instead in "administrator". file contains following error:
code: select all
[04-nov-2012 14:25:14 utc] php warning: parameter 2 plgcontentjoomla::oncontentaftersave() expected reference, value given in /home/***/public_html/libraries/joomla/event/event.php on line 71the hosting support said it's coding error in file. 71st line in file this:
code: select all
return call_user_func_array(array($this, $event), $args);could please tell me why getting error message? thank in advance.
that old error joomla 1.5 happens when running on php 5.3 or higher.
i remember error heart. solution edit line, , change "$args" "&$args"
i remember error heart. solution edit line, , change "$args" "&$args"
Comments
Post a Comment