rakshitha Posted November 17, 2014 Share Posted November 17, 2014 (edited) Seur Module is a default module in prestashop.. i have used in prestashop 1.5.4.1 but its not working, its giving an error while installing Fatal error: Call to undefined method Carrier::setGroups() in C:\xampp\htdocs\presta\modules\seur\seur.php on line 420[PrestaShop] Fatal error in module seur:Call to undefined method Carrier::setGroups() Please help.. Edited November 17, 2014 by rakshitha (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted November 18, 2014 Share Posted November 18, 2014 The Carrier::setGroups() method is not in v1.5.4.1, so the module is for newer versions only. Link to comment Share on other sites More sharing options...
rakshitha Posted November 24, 2014 Author Share Posted November 24, 2014 So, seur module wont support for prestashop 1.5.4.1 version.. Link to comment Share on other sites More sharing options...
tuk66 Posted November 24, 2014 Share Posted November 24, 2014 It should support, according to this page:http://addons.prestashop.com/en/shipping-logistics-delivery-prestashop-modules/16647-seur.html Link to comment Share on other sites More sharing options...
Divyesh Prajapati Posted December 25, 2014 Share Posted December 25, 2014 (edited) Seur Module is a default module in prestashop.. i have used in prestashop 1.5.4.1 but its not working, its giving an error while installing Fatal error: Call to undefined method Carrier::setGroups() in C:\xampp\htdocs\presta\modules\seur\seur.php on line 420 [PrestaShop] Fatal error in module seur: Call to undefined method Carrier::setGroups() Please help.. Hi Rakshitha, setGroups method added in prestashop v1.6.x.y and this method does not exist in prestashop version lower than 1.6.x.y. open file seur.php and find this code ( line#414 ) if (version_compare(_PS_VERSION_, '1.5', '<')) and replace with below code if (version_compare(_PS_VERSION_, '1.6', '<')) Hope it works!!! Edited December 25, 2014 by Divyesh Prajapati (see edit history) Link to comment Share on other sites More sharing options...
soportea Posted January 16, 2015 Share Posted January 16, 2015 Hello, Me too getting the same kind error [PrestaShop] Fatal error in module Range:Call to a member function addZone() on a non-object i am using prestashop 1.5.4.1 please help Link to comment Share on other sites More sharing options...
Divyesh Prajapati Posted January 17, 2015 Share Posted January 17, 2015 Hello, Me too getting the same kind error [PrestaShop] Fatal error in module Range: Call to a member function addZone() on a non-object i am using prestashop 1.5.4.1 please help Hi, You can use the solution that I have posted here ( https://www.prestashop.com/forums/topic/381456-seur-module/?do=findComment&comment=1908326 ) Link to comment Share on other sites More sharing options...
Recommended Posts