[TYPO3] help deciphering debug information

Cate & Peter catepeter at optusnet.com.au
Fri Nov 23 00:45:51 CET 2007


> > Apparently  tx_veguestbook_entries doesn't have an uid column,
> > you need to add it with a automumbering

Further to this, I found that others had the same problem ... when timtab
installed, it didn't alter the table properly.

http://dev-bugs.elios.de/print_bug_page.php?bug_id=3964

Solution:

ALTER TABLE `tx_veguestbook_entries` ADD `uid` INT( 11 ) UNSIGNED NOT NULL
AUTO_INCREMENT PRIMARY KEY FIRST ;



Cate 




More information about the TYPO3-english mailing list