I'm using Zenphoto 1.4.8 with nginx 1.9.1, mysql 5.6.25, PHP 5.6.9 (running as php-fpm server), linux 2.6.31.8.
I get the error: "cannot redeclare class Mutex".
What should I do ?
Zenphoto has only that one instance of the class Mutex in functions-basic.php. You basically need to find out where you have a class with that name already declared.