Search the Community
Showing results for tags 'strict standards'.
-
Dear fellow - Prestashop users, I have been faced with an issue, that I have not been able to google and solve it. No solution found yet. I get this error: Strict Standards: Declaration of sisowideal::displayError() should be compatible with ModuleCore::displayError($error) in/home/....../domains/......./public_html/modules/sisowideal/sisowideal.php on line 4 Just to fill you in. I was not able to login to the back-office. Apperently there was something wrong with permission (server made a change?). So I changed permissions in myadmin. Problem solved. But now the 'strict standards' error popped up. Anyone any idea what the cause might be or even how to fix it? Best regards, Rogier
- 2 replies
-
- ideal
- strict standards
-
(and 1 more)
Tagged with:
-
when installing the ccavenue module i get this error Strict standards: Declaration of Ccavenue::validateOrder() should be compatible with that of Payment in in D:\Program Files\ wamp\www\sample\modules\ccavenue\ccavenue.php on line 7 This is my code ,which i have mentioned below ccavenue.php line 6 class Ccavenue extends PaymentModule line 7 { ..... ...... public function validateOrder($id_cart, $id_order_state, $amountPaid, $paymentMethod = 'Unknown', $message = NULL, $extraVars = array(), $currency_special = NULL, $dont_touch_amount = false, $secure_key = false ,$shop=null) { ........ ........ parent::validateOrder($id_cart, $id_order_state, $amountPaid, $paymentMethod, $message, $extraVars, $currency_special, $dont_touch_amount, $secure_key,$shop = null,0, $cc_discount); } } why do i get this error .
-
Anyone know how to solve this? Prestashop version: 1.5.6.1 I did some changes in BO, then I cannot enter any product page. I do not know what cause this. The error showed this on my homepage: http://eviewtrading.com/denmall/denmall Strict Standards: Declaration of ProductCore::validateField() should be compatible with that of ObjectModelCore::validateField() in /home/eviewtra/public_html/denmall/classes/Product.php on line 0 Here: http://eviewtrading.com/denmall/denmall/female-fashion/26-american-polca-dress.html The error showed on this page: Strict Standards: Declaration of ProductCore::validateField() should be compatible with that of ObjectModelCore::validateField() in /home/eviewtra/public_html/denmall/classes/Product.php on line 0 Notice: Undefined property: Product::$id_supplier_default in /home/eviewtra/public_html/denmall/modules/productssupplier/productssupplier.php on line 110 Notice: Undefined variable: supplier in /home/eviewtra/public_html/denmall/modules/productssupplier/productssupplier.php on line 124 Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home/eviewtra/public_html/denmall/cache/smarty/compile/119105baf1c6e020f980736a501ed47d0ed91b76.file.product.tpl.php on line 822
- 1 reply
-
- strict standards
- blank
-
(and 1 more)
Tagged with:
-
Hi, I am getting new warning as below, I know this is because of PHP versions, but lately I didn't do any update to PHP version and today I suddently noticed this waring in the site. How can I supress this warning? Strict Standards: Declaration of Tools::redirect() should be compatible with ToolsCore::redirect($url, $baseUri = '/') in /www/domainname.com/public_html/override/classes/Tools.php on line 27 --Jena
- 2 replies
-
- warnings due th PHP versions
- Strict Standards
- (and 1 more)