tomasgr Posted November 8, 2022 Share Posted November 8, 2022 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. Link to comment Share on other sites More sharing options...
Daresh Posted November 8, 2022 Share Posted November 8, 2022 Maybe you have some other blog module installed that is also using the class name BlogCategory? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now