Hi, I had the same problem and contacted Sven.
If you check on the ExtensionManager you might see that the table has not been created on tx_comments_comments. Try this SQL query: ALTER TABLE tx_comments_comments ADD tx_feuser4comments_feuser int(11) default NULL; it should create the table and fix your problem. it did the trick for me. Antonio "Anatoly Pashmorha" <[email protected]> wrote in message news:[email protected]... Hello I have installed Commenting system ( comments ) extension to enable commenting for tt_news. It works without any problem. But when I installed feuser4comments extension -- comments are not added any more. No error is reported. Can you help me with what can be the problem? Are there any other options to integrate fe_users with Commenting system? TYPO3 4.2.5 comments 1.5.2 feuser4comments 0.0.2 Anatoly _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
