| 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 (4616 days ago) |
| Due | |
| Updated | 03/17/2013 (4615 days ago) |
| Assigned | |
| Resolved | 03/17/2013 (4615 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
how I can figure out this problem. phpinfo() is not returning a
value for $_SERVER['PATH_INFO'];
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
how I can figure out this problem. phpinfo() is not returning a value
for $_SERVER['PATH_INFO'];
State ⇒ Not A Bug
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ File does not exist -- but it is not a file
Type ⇒ Bug
State ⇒ Unconfirmed
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?