Jump to content

Edit History

Knowband Plugins

Knowband Plugins


Update

Change it to protected in  (Note the path)
/home/*server*/*store-name*/controllers/front/listing/ManufacturerController.php

OR 

Change it to private in 
/home/*server*/*store-name*/override/controllers/front/listing/ManufacturerController.php

In both the files, Access level must be the same. Some module has overridden the ManufacturerController & made the $label as protected while in the core file, Its private

 

Knowband Plugins

Knowband Plugins

OR change it to protected in  (Note the path)
/home/*server*/*store-name*/controllers/front/listing/ManufacturerController.php

OR 

Change it to private in 
/home/*server*/*store-name*/override/controllers/front/listing/ManufacturerController.php

In both the files, Access level must be the same. Some module has overridden the ManufacturerController & made the $label as protected while in the core file, Its private

 

×
×
  • Create New...