Search the Community
Showing results for tags 'deprecated'.
-
Presta 1.7.5 vs PHP V 7.2 Γεια χαρά, πάει πολύς καιρός που έγραψα κάτι εδώ. Υπάρχει ένα θέμα με κάποιες εντολές php του κώδικα του Presta (1.7.5) που είναι deprecated στην version 7.2 της PHP. Για παράδειγμα, η create_function που υπάρχει τουλάχιστον στο module gamification (αν όχι κι αλ...
-
Hi community I'm trying to customize a bit the getProducts() to satisfy some common needs like get all the products that are classified in two different categories and I'm planning to ask for a pull request once I'm done. Just for curiosity I tried to search for the over mentioned function but I...
-
Hi, I recently upgraded from PHP 5.3 to PHP 5.5, now my website gives me errors of mysql extension deprecation, is there an option in admin to switch to mysqli. Thanks, Hassan
-
Buenas a todos, tengo el siguiente error que me sale después de confirmar la orden. Quisiera que me ayuden a solucionar el problema. La version de prestashop es 1.5.6 Gracias. http://www.misitio.com/order-confirmation?id_cart=43&id_module=2&id_order=12&key=7fd6b7fb396cdc0e0ced2fd327ee8a10...
- 2 replies
-
- order-confirmation
- deprecated
-
(and 1 more)
Tagged with:
-
I have upgrade Prestashop from 1.5.2 to 1.5.3.1, and no xdebug show me some "Warnings about deprecated Function. Function addCSS() is deprecated in....../modules/blockbestsellers2/blockbestsellers2.php on line 132 in ...../classes/Tools.php on line 1777 So it seems, i found the reason...
- 3 replies
-
- deprecated
- addCss
-
(and 2 more)
Tagged with:
-
What function I will use instead getCustomLink ? /** * @deprecated */ public function getCustomLink($id_custom, $page, $prefix = '~', $alias = NULL, $id_lang = NULL) { Tools::displayAsDeprecated(); if (is_object($id_custom)) return ($this->allow == 1) ? (_PS_BASE_URL_.__PS_BASE_URI__.$t...