[TYPO3-dam] dam ext_tables.sql

ben van 't ende [netcreators] ben at netcreators.com
Fri Mar 2 11:32:59 CET 2007


Hi,

I have been searching my bottom off for this problem. I got a lot of errors and
in some cases I can't add content in my 4.1 backend resulting from this:

#
# Table structure for table 'tx_dam_mm_ref'
#
CREATE TABLE tx_dam_mm_ref (
  uid_local int(11) DEFAULT '0' NOT NULL,
  uid_foreign int(11) DEFAULT '0' NOT NULL,
  tablenames varchar(30) DEFAULT '' NOT NULL,
  ident varchar(30) DEFAULT '' NOT NULL,
  sorting int(11) unsigned DEFAULT '0' NOT NULL,
#  sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, generated in EM for
TYPO3 V 4.1
  KEY uid_local (uid_local),
  KEY uid_foreign (uid_foreign)
);

The sorting_foreign is commented and generated in EM? I do not understand what
is going on here. It has something to do probably with mmforeign and the suff
Ingmar did. Funny thing is that in one installation everything is ok and the
other one give this problem. I just  remove the comment for now. This does not
feel like the proper thing to do now, but it works ;-)

gRTz

ben
-- 
netcreators :: creation and innovation
www.netcreators.com -  www.typo3.nl


More information about the TYPO3-project-dam mailing list