Summary | postgresql syntax error |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | gacek (at) intertele (dot) pl |
Created | 06/30/2005 (7283 days ago) |
Due | |
Updated | 07/11/2005 (7272 days ago) |
Assigned | 07/11/2005 (7272 days ago) |
Resolved | 07/11/2005 (7272 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
problem, but something might not have been merged...
Version ⇒
Queue ⇒ Horde Framework Packages
State ⇒ Feedback
Priority ⇒ 1. Low
datatree problem. Please make sure you're actually using FRAMEWORK_3
CVS, in case this has been fixed after 3.0.4, and please look at your
postgres logs to see the query that is actually being sent to postgres.
We run bugs.horde.org on postgres, so I doubt the current code has a
problem, but something might not have been merged...
Assigned to
State ⇒ Assigned
The form issue has been fixed now, but I don't use PostgreSQL, so
someone else would have to step in.
I have just done cvs update (horde/framework FRAMEWORK_3 branch) and
nothing has changed.
State ⇒ Resolved
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ permissions
Queue ⇒ Whups
State ⇒ Unconfirmed
postgresql, php-4.3.11, users kept in SQL.
I have configured it properly - as admin I can post new tickets, browse, etc.
I have configured queue access right for guests (full access).
When I log as guest, i get "There are no queues which you can create
tickets in." error.
Postgresql log indicates several query parse errors:
LOG: statement: SELECT datatree_id, datatree_parents FROM
horde_datatree WHERE datatree_name = ? AND group_uid = ? ORDER BY
datatree_id
ERROR: syntax error at or near "AND" at character 82
LOG: statement: SELECT queue_id, queue_name FROM whups_queues ORDER
BY queue_name
LOG: statement: SELECT datatree_id, datatree_parents FROM
horde_datatree WHERE datatree_name = ? AND group_uid = ? ORDER BY
datatree_id
ERROR: syntax error at or near "AND" at character 82
It seems that Whups (Horde?) has query variable substitution problem.
There is also syntax error in Horde/Form.php (framework module), in version:
$Horde: framework/Form/Form.php,v 1.306.2.21 2005/06/23 22:31:25 selsky Exp $
Patch:
--- /root/.backups/Form.php~ Thu Jun 30 12:33:52 2005
+++ /usr/share/php/PEAR/Horde/Form.php Thu Jun 30 12:33:52 2005
@@ -3372,9 +3372,9 @@
*/
var $_autofilled = false;
- *
+ /*
* @var boolean
- /**
+ *
* Whether this is a hidden variable.
*
* @var boolean