Summary | No SQL insert queries (select working) |
Queue | Nag |
Queue Version | 2.0 |
Type | Bug |
State | Not A Bug |
Priority | 3. High |
Owners | |
Requester | lewiz (at) compsoc (dot) man (dot) ac (dot) uk |
Created | 03/04/2005 (7509 days ago) |
Due | |
Updated | 03/04/2005 (7509 days ago) |
Assigned | |
Resolved | 03/04/2005 (7509 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ No SQL insert queries (select working)
Queue ⇒ Nag
attempting to create a tasklist I see the following in the log file:
# visit list page
Mar 04 04:39:09 HORDE [debug] [nag] Hook _horde_hook_share_init in
application horde not called. [on line 1409 of
"/usr/local/www/horde/lib/Horde.php"]
Mar 04 04:39:09 HORDE [debug] [nag] SQL alarms list by lewiz: table =
nag_tasks; query = "SELECT * FROM nag_tasks WHERE task_owner = 'lewiz'
ANDtask_alarm > 0 AND (task_due - (task_alarm * 60) <= 1109911149) AND
task_due >= 1109911149" [on line 398 of
"/usr/local/www/horde/nag/lib/Driver/sql.php"]
# nothing here
# list page reloaded with list creation success message
Mar 04 04:39:35 HORDE [debug] [nag] Hook _horde_hook_share_init in
application horde not called. [on line 1409 of
"/usr/local/www/horde/lib/Horde.php"]
Mar 04 04:39:35 HORDE [debug] [nag] SQL alarms list by lewiz: table =
nag_tasks; query = "SELECT * FROM nag_tasks WHERE task_owner = 'lewiz'
ANDtask_alarm > 0 AND (task_due - (task_alarm * 60) <= 1109911175) AND
task_due >= 1109911175" [on line 398 of
"/usr/local/www/horde/nag/lib/Driver/sql.php"]
As far as I can tell nag just seems to go through the motions but not
actually *do* anything as a result of the list creation, otherwise it
is hard to explain.
This problem also applies to kronolith.
I've achieved this by installing Horde 3.0.3 and Nag H3 2.0 Final from
scratch, along with creating a new MySQL database (to be sure it
wasn't something I'd done wrong).