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)

  1. if ($default = $this->getDefault($this->id_customer))
  2. Db::getInstance()->update('wishlist', array('default' => '0'), 'id_wishlist = '.$default[0]['id_wishlist']);
  3. return Db::getInstance()->update('wishlist', array('default' => '1'), 'id_wishlist = '.$this->id);
  4. }
  5. };