Ho un problema non momento in cui provo ad applicare alcuni temi che ho acquistato. Il sistema mi restituisce il seguente errore:
Compile Error: Cannot declare class WishList, because the name is already in use
- Exception
- Logs
2- Stack Trace
Symfony\Component\Debug\Exception\FatalErrorException
in modules/blockwishlist/WishList.php (line 613)
- if ($default = $this->getDefault($this->id_customer))
- Db::getInstance()->update('wishlist', array('default' => '0'), 'id_wishlist = '.$default[0]['id_wishlist']);
- return Db::getInstance()->update('wishlist', array('default' => '1'), 'id_wishlist = '.$this->id);
- }
- };