Hi friends,
Now i am working in my community site development. I wish to show the latest members join in my site for that i use this (latest members) module.
After that i saw the latest members who all are join recently to my site. Then i also got the warning as follow as in my page.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':3:i:0;s:247:"
";i:1;s:282:"
";i:2;s:249:"
"; SET data = 'cache', created = 1279360418, expire = 1279364018, headers = '', serialized = 0 WHERE cid = 'latest_members_list' in C:\wamp\www\communitysite\includes\cache.inc on line 109.
After disable the block from right side bar(region in blocks) that warning will be disappear.
How can i rectify this issue. Please guide me on this issue as soon as possible.
Thanks & Regards
Sarav...
Comments
Comment #1
d------ commentedChange:
cache_set($cid, $table = 'cache', $data, $expire = CACHE_PERMANENT, $headers = NULL)
To:
cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL)
*This will be fixed in next release :)
Comment #2
d------ commentedComment #3
d------ commented