Summary | nag bug on save or edit a task |
Queue | Nag |
Queue Version | 4.0.0 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | strimpak.geo (at) gmail (dot) com |
Created | 11/06/2012 (4596 days ago) |
Due | |
Updated | 02/23/2013 (4487 days ago) |
Assigned | |
Resolved | 11/06/2012 (4596 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
my case, the virtual directory for horde was fine, but the root
directory contained a "AllowOverride None" clause which broke things.
issue, somehow.
create/edit/delete/tasks in the web interface but still prevents
tasks being "create" by a syncml sync with a remote device; while
syncing of web interface created tasks still works
different mechanism for "saving" tasks.
create/edit/delete/tasks in the web interface but still prevents tasks
being "create" by a syncml sync with a remote device; while syncing of
web interface created tasks still works
rewrite rule for
lighttpd:http://code.ohloh.net/file?fid=cpQi1iXW5kxJXlfaZnip9hxP6Vk&cid=WimrOJAKYSo&s=&browser=Default#L0
nag/docs/lighttpd.conf
thats worth a bug ticket?!
urls are for user-visible urls. The only urls affected are the
save/delete urls that the user does not see. We are probably going to
remove the use of these controllers in the next release.
rewrite rule for
lighttpd:http://code.ohloh.net/file?fid=cpQi1iXW5kxJXlfaZnip9hxP6Vk&cid=WimrOJAKYSo&s=&browser=Default#L0
funny thing: i had pretty urls disabled but nag stil used it. Maybe
thats worth a bug ticket?!
Priority ⇒ 1. Low
State ⇒ Not A Bug
http://www.horde.org/mail/ contains a list of all available mailing lists.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ nag bug on save or edit a task
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Final. I found a bug in my installation when I was going to add a new
task or edit a task allready exists. I checked that there is the same
bug at: http://demo.horde.org
when adding or editting a task it tries to write a url:
http://demo.horde.org/nag/t/save
and it sends a 404 error
The requested URL /nag/t/save was not found on this server.
I took a glance to the code and I think that nag is an mvc application
that either router or controller does not work well.
please take a look at this and provide a solution.