Summary | uncatched permission denied in lib/Horde/Cache/file.php |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | michael.menge (at) zdv (dot) uni-tuebingen (dot) de |
Created | 06/11/2008 (6237 days ago) |
Due | |
Updated | 06/11/2008 (6237 days ago) |
Assigned | |
Resolved | 06/11/2008 (6237 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/Cache/Cache/file.php?r1=1.60&r2=1.61&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.1105&r2=1.1106&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ uncatched permission denied in lib/Horde/Cache/file.php
Type ⇒ Bug
State ⇒ Unconfirmed
Warning: dir(/tmp/gconfd-root) [function.dir]: failed to open dir:
Keine Berechtigung in /pathtohorde/horde-3.2/lib/Horde/Cache/file.php
on line 298
Fatal error: Call to a member function read() on a non-object in
/pathtohorde/horde-3.2/lib/Horde/Cache/file.php on line 301
"Keine Berechtigung" means permission denied
The first time this happend yesterday evening in the sidebar,
the second time today renaming a calendar.
The error permission denied is correct as ls -ld /tmp/gconfd-root
drwx------ 2 root root 4096 2008-06-05 09:25 /tmp/gconfd-root
and apache is running as wwwrun.
It may be an configuration problem that horde trys to acces this
directory. But if opening the filehandle failed it should not try to
read it.