Warning Message, Meaning ?

27.08.2012 10:04
#1
rajaman
Joomshopping forum user no avatar
Name: raja
27.08.2012
Posts: 3
Quote
Warning Message, Meaning ?

Hi,

I am new to JoomShopping, after the installation I have the following messages appearing the controla panel. I wonder what does it mean? I am using Joomla 2.5.

Thanks

1- Strict Standards: Declaration of JshoppingControllerInfo::display() should be compatible with JController::display($cachable = false, $urlparams = false) in C:\xampp\htdocs\joomla\administrator\components\com_jshopping\controllers\info.php on line 13

2- Warning: Creating default object from empty value in C:\xampp\htdocs\joomla\administrator\components\com_jshopping\controllers\products.php on line 77


Joomla: 2.5
 
27.08.2012 12:03
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Warning Message, Meaning ?

Disable strict in php

 
27.08.2012 16:18
#3
rajaman
Joomshopping forum user no avatar
Name: raja
27.08.2012
Posts: 3
Quote
Aw: Warning Message, Meaning ?

Hi,

I tried that in the Php.ini and in the Global configuration > Server > Error reporting > None

When I load the side i still get this message above the product :

Strict Standards: Declaration of JshoppingControllerCategory::display() should be compatible with JController::display($cachable = false, $urlparams = false) in C:\xampp\htdocs\joomla\components\com_jshopping\controllers\category.php on line 13

Am I missing something? Thanks for your help

 
27.08.2012 16:42
#4
rajaman
Joomshopping forum user no avatar
Name: raja
27.08.2012
Posts: 3
Quote
Aw: Warning Message, Meaning ?

Solved. Thanks

 
10.10.2012 10:50
#5
madmaxxx
Joomshopping forum user no avatar
Name: Maximilian
09.10.2012
Posts: 1
Quote
Aw: Warning Message, Meaning ?

How did you finally solve the problem?

 
10.10.2012 12:01
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Warning Message, Meaning ?

Change files
components/com_jshopping/jshopping.php
components/com_jshopping/router.php

replace
error_reporting(....);
to
error_reporting(error_reporting() & ~E_NOTICE);
or
error_reporting(E_ERROR | E_WARNING | E_PARSE);

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.