× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Daten bearbeiten - Fehler nach Update Joomla 3

More
9 years 2 weeks ago #3317 by Dirk
Ich habe es mir angeschaut und nichts gefunden,
Lediglich ein paar Indices sind doppelt und dreifach vorhanden.

Attachment h82025f7.jpg not found



Schalten Sie doch mal bitte den editor ab!

Wenn das nichts hilft, dann bitte mal JooDB deinstallieren und komplett neu installieren.
Keine sorge: Ihre Daten und Einstelllungen bleiben erhalten.
CREATE TABLE IF NOT EXISTS `jomkas_joodb_pressearchiv` (
  `id` int(1) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8 NOT NULL,
  `veroeffentlicht` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `id_4` (`id`),
  UNIQUE KEY `id_5` (`id`),
  UNIQUE KEY `id_7` (`id`),
  KEY `artikelvom_2` (`artikelvom`),
  KEY `artikelvom_3` (`artikelvom`),
  KEY `id_2` (`id`),
  KEY `id_3` (`id`),
  KEY `artikelvom_5` (`artikelvom`),
  KEY `artikelvom_6` (`artikelvom`),
  KEY `id_6` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=151 ;

This message has an attachment image.
Please log in or register to see it.

Please Log in to join the conversation.

More
9 years 2 weeks ago #3318 by Dirk
ich habe den Schuldigen gefunden. Es ist JCE in Kombination mit dem Namen des Feldes "content".
Es gibt im Template bereits ein Element mit der ID "content".

Also entweder benennen Sie das Feld um (z.B. Artikeltext) oder sie ergänzen Zeile 82 in .
/administrator/components/com_joodb/views/editdata/tmpl/default
echo $editor->display($fname, stripslashes($item->{$fname}), '500', '250', '40', '6',false,"joodb_".$fname);

Please Log in to join the conversation.

Moderators: Dirkjoest