Back to top

Autore Topic: Errore aggiunta tag Content Map  (Letto 2018 volte)

Offline fusars

  • Esploratore
  • **
  • Post: 107
  • Sesso: Femmina
    • Mostra profilo
Errore aggiunta tag Content Map
« il: 24 Set 2014, 15:26:28 »
Buon giorno a tutti.

Dopo aver installato il componente Content Map, aggiungendo un tag ad un articolo mi compare questo errore:
Salvataggio fallito con il seguente errore: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=INSERT INTO pvhnw_contentitem_tag_map


Non so se può servire,m ala struttura della tabella `pvhnw_contentitem_tag_map` è questa
--

CREATE TABLE IF NOT EXISTS `pvhnw_contentitem_tag_map` (
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
  UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  KEY `idx_tag_type` (`tag_id`,`type_id`),
  KEY `idx_date_id` (`tag_date`,`tag_id`),
  KEY `idx_tag` (`tag_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Maps items from content tables to tags';

Grazie
Buona giornata
Laura

Offline fusars

  • Esploratore
  • **
  • Post: 107
  • Sesso: Femmina
    • Mostra profilo
Re:Errore aggiunta tag Content Map
« Risposta #1 il: 25 Set 2014, 10:54:30 »
Sembrerebbe un problema nel tag componente, perchè anche disinstallando il componente Content Map non riesco ad aggiungere tag

 



Web Design Bolzano Kreatif