6.0.0-beta1
7/6/25

[#12125] File does not exist -- but it is not a file
Summary File does not exist -- but it is not a file
Queue IMP
Queue Version 6.0.4
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester impspam (at) jppeach (dot) com
Created 03/16/2013 (4495 days ago)
Due
Updated 03/17/2013 (4494 days ago)
Assigned
Resolved 03/17/2013 (4494 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/17/2013 03:00:12 AM impspam (at) jppeach (dot) com Comment #4 Reply to this comment
Your webserver is not correctly providing/parsing PATH_INFO information.
Thanks Micheal, could you please provide a little of information on 
how I can figure out this problem.  phpinfo() is not returning a 
value for $_SERVER['PATH_INFO'];
It is fixed.  Apache was not setting the PATH_INFO because it was not 
being sent a valid filename.  Setting "AcceptPathInfo On" in the 
apache configuration solved the problem.  See 
http://httpd.apache.org/docs/2.2/mod/core.html
03/17/2013 02:28:35 AM impspam (at) jppeach (dot) com Comment #3 Reply to this comment
Your webserver is not correctly providing/parsing PATH_INFO information.
Thanks Micheal, could you please provide a little of information on 
how I can figure out this problem.  phpinfo() is not returning a value 
for $_SERVER['PATH_INFO'];

03/17/2013 01:31:06 AM Michael Slusarz Comment #2
State ⇒ Not A Bug
Reply to this comment
Your webserver is not correctly providing/parsing PATH_INFO information.
03/16/2013 10:57:28 PM impspam (at) jppeach (dot) com Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ File does not exist -- but it is not a file
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Hello:

I have a fresh install of horde 5.0.4 and imp 6.0.4 When I try to 
access any the mail function I get the following to errors in the 
error log

[Sat Mar 16 17:38:02 2013] [error] [client 169.229.121.134] File does 
not exist: 
/home/services/horde/public_html/services/ajax.php/imp/listMailboxes
referer: https://webmail.jppeach.net/imp/dynamic.php?page=mailbox
[Sat Mar 16 17:38:02 2013] [error] [client 169.229.121.134] File does 
not exist: 
/home/services/horde/public_html/services/ajax.php/imp/viewPort
referer: https://webmail.jppeach.net/imp/dynamic.php?page=mailbox

Apache is complaining that the following files do not exist:
/home/services/horde/public_html/services/ajax.php/imp/listMailboxes
/home/services/horde/public_html/services/ajax.php/imp/viewPort

The file /home/services/horde/public_html/services/ajax.php exists.

There is no file called listMailboxes or viewPort, looking at the code 
they appear to be methods.

Any ideas on how I can track this down?

Saved Queries