[TYPO3-dev] Pagetree Error with Oracle

Wolfgang Klinger wolfgang at stufenlos.net
Wed Nov 8 18:11:39 CET 2006


 *hiya!*

 On Wed, 08 Nov 2006, Volkmar K. Lecke wrote the following:
> I'm trying to get a site running with TYPO3 4.0.2 and Oracle as its 
> database system.
> 
> Unfortunately, the page tree isn't renderd for non-admin users in the 
> backend. I found the following hint in the error log of dbal:
> 
> 
> SELECT "uid" FROM "pages" WHERE "deleted" = 0 AND "uid" IN (1,6,8) AND 
> (("pages"."perms_everybody"&1 = 1) OR ("pages"."perms_userid" = 2 AND 
> "pages"."perms_user"&1 = 1) OR ("pages"."perms_groupid" in (1,2,3) AND 
> "pages"."perms_group"&1 = 1))
> 
> ORA-00920: invalid relational operator
> 
> 
> The added "&1" cause the error that finally leads to the code not being 
> executed.

 I'm no expert, but I think there's no "&" operator in Oracle,
 there's a "BITAND" function though...


 bye
 Wolfgang





More information about the TYPO3-dev mailing list