[TYPO3-ttnews] Rights for Categories be_users

Joachim Streit jstreit at ditnetwork.de
Fri Mar 24 10:34:51 CET 2006


Antonio Willybiro wrote:
> Okay i got it.
> Something like this in the User/Group TS config does the job:
> 
> 
> (user/group TSconfig)
> 
> # this enables the use of the list below
> options.useListOfAllowedItems = 1
> 
> # users of this group are only allowed to save news records with the
> following categories:
> tt_newsPerms.tt_news_cat.allowedItems = 35,36,37
> 
> 
> Cheers,
> Antonio

Yes, so it is.
But when I do this i got this error message:

caller t3lib_DB::exec_SELECTquery

ERROR Unknown column 'NEW4423bcca4beea' in 'where clause'

lastBuiltQuery SELECT 
tt_news_cat.uid,tt_news_cat.title,tt_news_cat_mm.sorting AS mmsorting
FROM tt_news,tt_news_cat_mm,tt_news_cat
WHERE
tt_news.uid=tt_news_cat_mm.uid_local AND 
tt_news_cat.uid=tt_news_cat_mm.uid_foreign AND 
tt_news_cat_mm.uid_local=NEW4423bcca4beea AND tt_news_cat.pid IN (147)
ORDER BY mmsorting

(..)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL 
result resource in 
/home/httpd/vhosts/fv-dudenhofen.de/httpdocs/typo/t3lib/class.t3lib_db.php 
on line 741


don't you get this error?

Joachim



More information about the TYPO3-project-tt-news mailing list