phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] Re: More SiteMgr errors (with versioning)


From: totschnig . michael
Subject: [Phpgroupware-users] Re: More SiteMgr errors (with versioning)
Date: Mon, 02 Jun 2003 23:09:59 -0400
User-agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Common Lisp, i386-redhat-linux)

"Magnus Nilsson" <address@hidden> a écrit:

> I get a new error when I try to access "Manage Archive".
> Here it is:
> Database error: Invalid SQL: SELECT COUNT(*) AS
> cnt,t1.block_id,area,cat_id,page_id,viewable,state FROM phpgw_sitemgr_blocks 
> AS
> t1,phpgw_sitemgr_content as t2 WHERE t1.block_id=t2.block_id AND ((cat_id = 
> 9) OR
> (cat_id IN (10))) AND state IN (4) GROUP BY t1.block_id
> PostgreSQL Error: 1 (ERROR: Attribute t1.area must be GROUPed or used in an
> aggregate function )

I think, I understand why postgres could bark at this even if mysql
accepts it. I have an idea how to work around the problem. Do you have
access to an interactive monitor of your database? Could you tell me
if the following statement raises an error:

SELECT COUNT(*) AS cnt,t1.block_id  FROM phpgw_sitemgr_blocks AS 
t1,phpgw_sitemgr_content as t2 WHERE t1.block_id=t2.block_id AND ((cat_id = 9) 
OR (cat_id IN (10))) AND state IN (4) GROUP BY t1.block_id;

> Regarding the Adminstration block error:
> I can reproduce the error with the following sequence,
> 1. Choose site to manage
> 2. Choose "Manage Site-wide module proerties"
> 3. In "Master Liust of permitted modules" click once on Administration.
> 4. Click on the configure button.
> 5. An error message appears
>
> This is the error:
> Array ( [0] => 10 )
> Fatal error: Call to undefined function: debug_backtrace()
> in /var/www/phpgroupware/sitemgr/inc/class.Categories_BO.inc.php on line 352

thank you for the report, I think I corrected this in CVS.

Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]