Jump to content

I have one Fatal error: Cannot redeclare class ProductCore


Recommended Posts

Hello 

I have one Fatal error: Cannot redeclare class ProductCore in /opt/lampp/htdocs/prestashop/classes/Product.php on line 5440 

Actually I am developing module in that i needed to include in it. In BackOffice my module there is list of all products but when I click on any product at that time it occurs. I want to allow edit same as product tab.

Edited by jdgojariya (see edit history)
Link to comment
Share on other sites

You included this class in own module? it's wrong way, you dont have to include this file in own module core

 

Thank u so much for your replay.

Ya, I include this class in my module. Is any way to use without include that class. I need only combination tab to update products same as default product update feature,

Link to comment
Share on other sites

×
×
  • Create New...