Fatal error: Uncaught exception 'GearmanException' with message 'Failed to set e
xception option' in /var/www/cron/client.php:41
Stack trace:
#0 /var/www/cron/client.php(41): GearmanClient->runTasks()
#1 {main}
thrown in /var/www/cron/client.php on line 41gearman gearman support => enabled libgearman version => 0.29 OLDPWD => /root/gearmand-0.29 _SERVER["OLDPWD"] => /root/gearmand-0.29My client.php looks like.
So gearmand and libgearman are on the same version level. Gearman Server is also running.
This is usually caused by either gearmand not being available (try to
connect to it manually through telnet from the same host as PHP runs
on) or the versions differing. You didn't provide any information
about the gearmand you're currently running (only the version of
libgearman used when compiling the gearman extension for PHP), so be
sure that you've restarted gearmand after upgrading it.
--mats