#6148: Unlink warnings on AJAX pages
---------------------------+------------------------------------------------
Reporter: rmckillen | Type: Bug
Status: new | Priority: Low
Milestone: 1.2.x.x | Component: File System
Version: 1.2 Final | Severity: Minor
Keywords: | Php_version: PHP 5
Cake_version: 1.2.1.8004 |
---------------------------+------------------------------------------------
On pages being delivered by AJAX, the following warnings appear:
Warning (2):
unlink(/web/php/app/tmp/cache/persistent/cake_core_core_paths)
[function.unlink]: No such file or directory [CORE/cake/libs/file.php,
line 292]
Code
unlink - [internal], line ??
File::delete() - CORE/cake/libs/file.php, line 292
FileEngine::read() - CORE/cake/libs/cache/file.php, line 171
Cache::read() - CORE/cake/libs/cache.php, line 306
Configure::corePaths() - CORE/cake/libs/configure.php, line 489
Configure::buildPaths() - CORE/cake/libs/configure.php, line 591
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 695
Configure::getInstance() - CORE/cake/libs/configure.php, line 137
include - CORE/cake/bootstrap.php, line 43
[main] - APP/webroot/index.php, line 81
I took a fresh tmp directory out of the Cake tarball and double checked
permissions to make sure it wasn't a problem with my tmp directory.
There is a thread on the Google Group where others have experienced the
same issue:
http://n2.nabble.com/Cake-core-is-throwing-unlink-warnings-td2374269.html
--
Ticket URL: <https://trac.cakephp.org/ticket/6148>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---