Member
Member
adrhc   2015-06-24, 08:58
#1

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 ?

Member
Member
adrhc   2015-06-24, 12:44
#2

zenphoto-1.4.8/zp-core/functions-basic.php:1581:class Mutex {

Administrator
Administrator
acrylian   2015-06-24, 13:43
#3

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.

Administrator
Administrator
acrylian   2015-06-24, 15:12
#4

It seems there can be a class in PHP itself named Mutex:
http://php.net/manual/de/class.mutex.php

Please try the support build as the class has been renamed there.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.