JacopKane.myopenid.com
Questions Asked
0 answers
Randomly getting Memcache error
I'm randomly getting this error on refresh at same view and same controller (welcome/home page @...
2 answers
I can't get a user data condition requested with a null and spesific id
<?php
function someController()
{
$user_id =... Answers
0
save a file to temp
You can write it to cache and read it from there. I guess that's a better solution if your cache is not disabled.
CakePHP 1.3 Book Cache Documentation
CakePHP 1.2 Book Cache Documentation
PS: If you...
Comments
- Member since:
- January 14th, 2010
- Last active:
- 2010-04-15 12:53:50
- Questions asked:
- 2
- Answers:
- 1
- Correct Answers:
- 0
- Comments:
- 4
Randomly getting Memcache error
dead question topic without answer =(I can't get a user data condition requested with a null and spesific id
well i guess it is. i will open a ticket, thanks for your supportI can't get a user data condition requested with a null and spesific id
actually this can't be work. second node overwrites on first node so i just get second node (in your example i just get $user_idI can't get a user data condition requested with a null and spesific id
this is solves my question thank you very much, but if there anyway to work with null i will prefer that.