6.0.0-alpha14
7/2/25

[#11596] The requested URL /horde5/nag/t/save was not found on this server.
Summary The requested URL /horde5/nag/t/save was not found on this server.
Queue Nag
Queue Version Git master
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester vm08823817073160362v (at) vmail (dot) inf (dot) h-brs (dot) de
Created 10/30/2012 (4628 days ago)
Due
Updated 03/18/2014 (4124 days ago)
Assigned 10/31/2012 (4627 days ago)
Resolved 10/31/2012 (4627 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/18/2014 04:31:06 PM d (dot) brieke (at) gmail (dot) com Comment #14 Reply to this comment
Did you've checked that AllowOverride is "All" ?
You need rewrite and .htaccess enabled
Everything checked and enabled

03/18/2014 02:28:02 PM josh (at) vegansite (dot) net Comment #13 Reply to this comment
Did you've checked that AllowOverride is "All" ?
You need rewrite and .htaccess enabled
Silly me. I thought that horde relies on rewriting for links such as 
/nag too, so I assumed mod_rewrite was enabled (I knew for a fact that 
AllowOverride was set to All). Turns out it wasn't.

Indeed, this isn't a bug :)
03/18/2014 01:44:59 PM skhorde (at) smail (dot) inf (dot) fh-bonn-rhein-sieg (dot) de Comment #12 Reply to this comment
The same exact thing happens to me. Problem is still there.
Did you've checked that AllowOverride is "All" ?
You need rewrite and .htaccess enabled
03/18/2014 12:59:07 PM josh (at) vegansite (dot) net Comment #11 Reply to this comment
The same exact thing happens to me. Problem is still there.
03/05/2014 02:01:05 PM d (dot) brieke (at) gmail (dot) com Comment #10 Reply to this comment
It's still a problem... so why is it categorized as "not a bug"?
Or did i miss something?

Horde is located in the Document Root and the .htaccess File is 
without a RewriteBase.

mod_rewrite and AcceptPathInfo is on as default.

[Show Quoted Text - 11 lines]
11/04/2013 10:45:13 PM rob (at) lonap (dot) net Comment #9 Reply to this comment

I get exactly this problem.

I changed the default path in the URL from "/horde/" to something else 
and most of the other apps work, but I get the two errors mentioned 
here about not being able to find rampage.php and /nag/t/save
When I try to create a new task and click Save or Save and new 
eventually, this error comes up:
06/18/2013 03:01:07 PM smgadmin (at) baruchgreen (dot) net Comment #8 Reply to this comment
Your web server is not recognizing the rampage rewrite rule(s). Your
not using lighttpd, by any chance, are you?
Ah, you've got it!
No, I run Apache, but:

a) mod_rewrite was not enabled,
b) AllowOverride was None, hence, .htaccess was ignored
  * * * *
May I suggest to change this bug report into an Enhancement request 
to document requirements for the web server. Thank :)
I've got mod_rewrite enabled, my .htaccess is being applied (which I 
know because "allow from all" is not my default, but II even added 
"AllowOverride All" just be on the safe side) and contains the 
following:

allow from all

<IfModule mod_rewrite.c>
     RewriteEngine On
     RewriteCond   %{REQUEST_FILENAME}  !-d
     RewriteCond   %{REQUEST_FILENAME}  !-f
     RewriteRule ^(.*)$ rampage.php [QSA,L]
</IfModule>

Because horde is installed as my webroot, I'm not using a rewrite base 
-- but I have tested it with /horde as a rewrite base and an apache 
alias directive that sends /horde back to the root directory.  But no 
matter what I still get the 404/not found error.

Suggestions?
03/30/2013 12:36:52 AM relay1 (at) hotmail (dot) ca Comment #7 Reply to this comment
I think the problem may be in nag/lib/Form/Task.php.
Sorry, in the renderActive function.
My mistake.  The solution was to place

RewriteBase /webmail

in the horde .htaccess file.

This fixed mutiple 404 errors occurring in horde by ensuring the 
rampage.php script is found.
03/29/2013 07:31:21 PM relay1 (at) hotmail (dot) ca Comment #6 Reply to this comment
I think the problem may be in nag/lib/Form/Task.php.
Sorry, in the renderActive function.
03/29/2013 07:29:32 PM relay1 (at) hotmail (dot) ca Comment #5 Reply to this comment
I think the problem may be in nag/lib/Form/Task.php.
02/03/2013 10:47:13 AM simon (at) simonandkate (dot) net Comment #4 Reply to this comment
Second the request to do something about at least noting requirements 
for this in the doco...

Ran into this today, joined the nag list to post a question about it, 
and the first incoming email was about this bug.

I have been using Horde for years, and Apache, and have been 
scratching today looking through the doco, test.php, etc., etc... and 
nothing about this ANYWHERE in the install requirements or setup that 
I can see.

It's been released - it should work if you follow the pre-reqs and 
steps in the INSTALL doc...
10/31/2012 04:00:05 PM Michael Rubinsky State ⇒ Not A Bug
Priority ⇒ 1. Low
 
10/31/2012 02:47:37 PM vm08823817073160362v (at) vmail (dot) inf (dot) h-brs (dot) de Comment #3 Reply to this comment
Your web server is not recognizing the rampage rewrite rule(s). Your 
not using lighttpd, by any chance, are you?
Ah, you've got it!
No, I run Apache, but:

a) mod_rewrite was not enabled,
b) AllowOverride was None, hence, .htaccess was ignored

Knowing the problem, I searched the Horde Wiki for mod_rewrite, and 
got 3 hits: GraphicswvHtml, ChucksHorde4Thoughts, 
Doc/Admin/Config/Horde; even the 3rd one does not really apply. 
Searching for "rewrite" does not reveal something at the first view as 
well. http://www.horde.org/apps/horde/docs/INSTALL and 
http://www.horde.org/apps/horde/docs/INSTALL do not contain no 
instructions for the web server either.

May I suggest to change this bug report into an Enhancement request to 
document requirements for the web server. Thank :)
10/31/2012 02:06:58 PM Michael Rubinsky Comment #2
State ⇒ Feedback
Version ⇒ Git master
Reply to this comment
When I try to create a new task and click Save or Save and new 
eventually, this error comes up:

Not Found
The requested URL /horde5/nag/t/save was not found on this server.
Your web server is not recognizing the rampage rewrite rule(s). Your 
not using lighttpd, by any chance, are you?
10/30/2012 02:46:06 PM vm08823817073160362v (at) vmail (dot) inf (dot) h-brs (dot) de Comment #1
Priority ⇒ 3. High
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ The requested URL /horde5/nag/t/save was not found on this server.
Type ⇒ Bug
Reply to this comment
When I try to create a new task and click Save or Save and new 
eventually, this error comes up:

Not Found
The requested URL /horde5/nag/t/save was not found on this server.

error.log has:

  File does not exist: /var/www/horde5/nag/t, referer: 
https://[url9/horde5/nag/task.php?actionID=add_task&tasklist_id=[snip]

The source of the input page really contains:
<!--a75c305b1c0a6022--><form action="/horde5/nag/t/save" method="post" 
name="nag_form_task" id="nag_form_task">

JavaScript and such are all active.

Saved Queries