trying to run laconi.ca (code checked out with darcs around two hours
ago) with memcached i first got:

Fatal error: Class 'Memcache' not found in /var/www/lib/util.php on line 1743

in the browser. then, after some looking around, i changed line 1743
in ./lib/util.php from

$cache = new Memcache();

to

$cache = new Memcached_DataObject();

and it worked, as far as I can tell...
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to