Jump to content

Compile Error: Cannot declare class BlogCategory, because the name is already in use


Recommended Posts

Hello,

 

I need fix this error. 

 

Symfony\Component\Debug\Exception\FatalErrorException

in modules\smartblog\classes\BlogCategory.php (line 27)

*  @copyright 2007-2015 PrestaShop SA

*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)

*  International Registered Trademark & Property of PrestaShop SA

*/

class BlogCategory extends ObjectModel

{

    public $id;

    public $id_smart_blog_category;

    public $id_parent;

    public $position;

 

 

Thank you in advance for your answers.

Bez názvu.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...