i have use $ajax->remoteTimer in my project , in that project my
statement like
echo $ajax->remoteTimer( array( 'url' => array( 'controller' =>
'Users', 'action' => 'liveuser', 1 ),
'update' => 'out2', 'position' => 'bottom', 'frequency' =>
20, 'loading' =>'divbottom()' ));
but in that statement i found list of error like
(1)
Warning (2): unlink(C:\xampp\htdocs\cake_1.2.0.7296-rc2\app\tmp\cache\
\persistent\cake_core_core_paths) [function.unlink]: Permission denied
[CORE\cake\libs\file.php, line 278]
(2)
unserialize() [function.unserialize]: Error at offset 0 of 14 bytes
[CORE\cake\libs\cache\file.php, line 184]
what is solutuion of this error?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---