[#6895] uncatched permission denied in lib/Horde/Cache/file.php
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 Hagenbuch <chuck (at) horde (dot) org>
Requester michael (dot) menge (at) zdv (dot) uni-tuebingen (dot) de
Created 06/11/2008 (88 days ago)
Due
Updated 06/11/2008 (88 days ago)
Assigned
Resolved 06/11/2008 (88 days ago)
Attachments
Milestone
Patch No

History
06/11/2008 Chuck Hagenbuch Comment #3
State ⇒ Resolved
Assigned to Chuck Hagenbuch
Reply to this comment
Fixed, thanks.
06/11/2008 CVS Commit Comment #2 Reply to this comment
06/11/2008 michael (dot) menge (at) zdv (dot) uni-tuebingen (dot) de Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ uncatched permission denied in lib/Horde/Cache/file.php
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
I got the following Warning and Errors

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.