error when i access the homepage of my website in Joomla

1,345 views
Skip to first unread message

Josue Bastos

unread,
Aug 2, 2014, 5:38:25 PM8/2/14
to joomla-...@googlegroups.com
Hi, I have the following error when I access the homepage of my website. I use http://demo.icetheme.com/ template. Free version.
Joomla 3.3.1 and WampServer 2.4.
Does anyone know how to solve?
I'm new to Joomla development.
Thanks.

codes of errors here.
https://gist.github.com/JackFill/63eb12e6173bacb7ee75

google translate

Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\templates\ice_future\icetools\vars.php on line 29


Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\modules\mod_icemegamenu\helper.php on line 272

Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\modules\mod_icemegamenu\helper.php on line 109

Strict standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method modIceMegamenuHelper::buildXML() should not be called statically in C:\wamp\www\josue\libraries\joomla\cache\controller\callback.php on line 158


Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\modules\mod_icemegamenu\libs\menucore.php on line 76


Strict standards: Non-static method JApplicationSite::getMenu() should not be called statically in C:\wamp\www\josue\modules\mod_icemegamenu\helper.php on line 46


Strict standards: Non-static method JApplicationCms::getMenu() should not be called statically in C:\wamp\www\josue\libraries\cms\application\site.php on line 266

Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\modules\mod_icemegamenu\helper.php on line 46

Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\modules\mod_icemegamenu\helper.php on line 67

Notice: Undefined variable: vertical_direction in C:\wamp\www\josue\modules\mod_icemegamenu\libs\menucore.php on line 136

Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\modules\mod_icemegamenu\libs\menucore.php on line 287

Strict standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\josue\modules\mod_icemegamenu\helper.php on line 118

Strict standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\josue\libraries\cms\application\site.php on line 266

Strict standards: Only variables should be assigned by reference in C:\wamp\www\josue\modules\mod_icemegamenu\helper.php on line 118

Bakual

unread,
Aug 3, 2014, 2:53:55 AM8/3/14
to joomla-...@googlegroups.com
Hi Josue and welcome to the Joomla community!

For support questions, you should better use the Joomla forums (http://forum.joomla.org/). This list here is meant for discussing development of the Joomla core itself.

But I can give you some answers. The errors you see are coming from the template and menu module you use. They all are from icetheme.com, so you likely have to ask them to fix it.
However it is to say that they aren't real errors. "Strict standards" means basically that the quality of the code isn't that good. Everything still works fine, but its not written as it should and may break with newer PHP versions. "Notice" are similar: PHP can work with that without problems, it's just smelly code.
You can disable those notifications in your Joomla Global Configuration. Set the error reporting to "None" and you will not see them anymore. In WAMP/XAMP servers, the default error reporting is usually set to the maximum because it's often used for development.

George Wilson

unread,
Aug 3, 2014, 7:11:40 AM8/3/14
to joomla-...@googlegroups.com
But I can give you some answers. The errors you see are coming from the template and menu module you use. 

A quick glance at the module suggests it's been built for Joomla 1.5. Using DS, the retrieval of many objects by reference and the use of some very old classes in there suggest you're better off finding an alternative!

Kind Regards,
George 

Josue Bastos

unread,
Aug 7, 2014, 6:02:59 PM8/7/14
to joomla-...@googlegroups.com
Thank you. Thank you. I solved the problem now.
Reply all
Reply to author
Forward
0 new messages