Skip to content

Instantly share code, notes, and snippets.

@jshaw86
Created May 6, 2011 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jshaw86/958937 to your computer and use it in GitHub Desktop.
Save jshaw86/958937 to your computer and use it in GitHub Desktop.
Cache errors
1) KohanaCacheTest::testInstance
rmdir(/Users/jshaw/Sites/jportal/application/cache/.kohana_cache/43): Directory not empty
modules/cache/classes/kohana/cache/file.php:401
modules/cache/classes/kohana/cache/file.php:381
modules/cache/classes/kohana/cache/file.php:294
2) KohanaCacheTest::testGet
application/cache/.kohana_cache/43): Directory not empty
modules/cache/classes/kohana/cache/file.php:401
modules/cache/classes/kohana/cache/file.php:381
modules/cache/classes/kohana/cache/file.php:294
3) KohanaCacheTest::testSet
rmdir(/Users/jshaw/Sites/jportal/application/cache/.kohana_cache/43): Directory not empty
modules/cache/classes/kohana/cache/file.php:401
modules/cache/classes/kohana/cache/file.php:381
modules/cache/classes/kohana/cache/file.php:294
4) KohanaCacheTest::testDelete
rmdir(/Users/jshaw/Sites/jportal/application/cache/.kohana_cache/43): Directory not empty
modules/cache/classes/kohana/cache/file.php:401
modules/cache/classes/kohana/cache/file.php:381
modules/cache/classes/kohana/cache/file.php:294
5) KohanaCacheTest::testDeleteAll
rmdir(application/cache/.kohana_cache/43): Directory not empty
modules/cache/classes/kohana/cache/file.php:401
modules/cache/classes/kohana/cache/file.php:381
modules/cache/classes/kohana/cache/file.php:294
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment