[TYPO3-ttnews] Rights for Categories be_users

Antonio Willybiro keiser_soze at hotmail.com
Fri Mar 24 18:34:33 CET 2006


Hi,
Nah i don't get this error myself and would not be able to tell you what is 
it related to nor how to fix it. Maybe you should ask on the IRC Channel.
On another hand i am still looking for a way to select a range of value 
instead of listing singles value.
Something list catList = [ 1-5] instead of catList = 1,2,3,4,5
Any hint?

Cheers,
Antonio

"Joachim Streit" <jstreit at ditnetwork.de> wrote in message 
news:mailman.1.1143192892.32375.typo3-project-tt-news at lists.netfielders.de...
> 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