Errors when viewing Meet Gavick on J30.1

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Oct 12, 2012 4:28 am
Loaded the template in J3.0.1 with Postgresql. Whne I view the template I get this.

Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /var/www/localhost/htdocs/joomla-v3/templates/meet_gavern/lib/framework/helper.layout.php on line 109

Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in /var/www/localhost/htdocs/joomla-v3/includes/application.php on line 539
User avatar
Fresh Boarder

GK User
Fri Oct 12, 2012 8:41 am
Please do not duplicate topics

First of all Strict Standards messages and note errors. If you look at Joomla! installation screen and system requirements you will surely see that display_errors option in PHP should be disabled so you need to re-configure your server.
User avatar
Platinum Boarder

GK User
Sat Oct 13, 2012 10:00 am
My php settings is correct. I have

Display Errors Off

but, i noticed in many Gavick templates these settings in the tempate index.php file are causing problems.

ini_set('error_reporting', E_ALL);
ini_set('display_errors','On');

I commented them out and the problem is gone.

Why are they there anyway. Should Gavick not comment them out prior shipping.
User avatar
Fresh Boarder

GK User
Tue Oct 16, 2012 9:49 am
In latest update we've commented this parts of code so now the problem should not appear.
User avatar
Platinum Boarder


cron