Jump to content

Seur Module


Recommended Posts

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 by rakshitha (see edit history)
Link to comment
Share on other sites

  • 1 month later...

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 by Divyesh Prajapati (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...

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

×
×
  • Create New...