Zend Framework

error messages on writing cache files

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 0.9.2
  • Fix Version/s: 1.5.0
  • Component/s: Zend_Cache
  • Labels:
    None

Description

I use Zend_Log to log all error messages using the php function set_error_handler but then hidden errors (@) will call the error handler function, too.
Now I get the following errors:

2007-05-02T15:03:33+00:00 WARN (pid:2656, ip:127.0.0.1): fopen(./data/cache\webd_--9\webd_--92\webd_---account_kellerkind---1178121813) [function.fopen]: failed to open stream: No such file or directory in file ...library\Zend\Cache\Backend\File.php on line 232
2007-05-02T15:03:33+00:00 WARN (pid:2656, ip:127.0.0.1): Wrong parameter count for chmod() in file ...library\Zend\Cache\Backend\File.php on line 258

-> Please test the directory structure before open the cache file with fopen
-> chmod is wrong

Activity

Hide
Thomas Weidner added a comment -

Zend__Cache related issue, assigned to Fabien

Show
Thomas Weidner added a comment - Zend__Cache related issue, assigned to Fabien
Hide
Fabien MARTY added a comment -
  • chmod is fixed in SVN (thanks)
  • mkdir errors need some refactoring and I don't want to introduce big changes until 1.0, so I will do it for 1.1.0
Show
Fabien MARTY added a comment -
  • chmod is fixed in SVN (thanks)
  • mkdir errors need some refactoring and I don't want to introduce big changes until 1.0, so I will do it for 1.1.0

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: