Hi,
I have a problem when i want record a task, ticket, activity or action. 🙁
Trace for this error fund in the log file :
2016-04-03 09:04:57.770 ===== TRACE ===== NEW CONNECTED USER 'admin'
2016-04-03 09:21:11.009 ** ERROR ** ERROR **
2016-04-03 09:21:11.009 ** ERROR ** on file 'C:xampphtdocsprojeqtormodelMutex.php' at line (29)
2016-04-03 09:21:11.024 ** ERROR ** cause = Methods with the same name as their class will not be constructors in a future version of PHP; Mutex has a deprecated constructor
2016-04-03 09:22:25.733 ** ERROR ** ERROR **
2016-04-03 09:22:25.733 ** ERROR ** on file 'C:xampphtdocsprojeqtormodelMutex.php' at line (29)
2016-04-03 09:22:25.733 ** ERROR ** cause = Methods with the same name as their class will not be constructors in a future version of PHP; Mutex has a deprecated constructor
2016-04-03 09:22:48.197 ** ERROR ** ERROR **
2016-04-03 09:22:48.197 ** ERROR ** on file 'C:xampphtdocsprojeqtormodelMutex.php' at line (29)
2016-04-03 09:22:48.212 ** ERROR ** cause = Methods with the same name as their class will not be constructors in a future version of PHP; Mutex has a deprecated constructor
2016-04-03 10:01:12.087 ** ERROR ** ERROR **
2016-04-03 10:01:12.087 ** ERROR ** on file 'C:xampphtdocsprojeqtormodelMutex.php' at line (29)
2016-04-03 10:01:12.087 ** ERROR ** cause = Methods with the same name as their class will not be constructors in a future version of PHP; Mutex has a deprecated constructor
2016-04-03 10:07:46.986 ===== TRACE ===== DISCONNECTED USER 'admin'
2016-04-03 10:08:44.020 ===== TRACE ===== NEW CONNECTED USER 'admin'
2016-04-03 10:31:18.424 ===== TRACE ===== NEW CONNECTED USER 'admin'
2016-04-03 10:31:35.338 ** ERROR ** ERROR **
2016-04-03 10:31:35.348 ** ERROR ** on file 'C:xampphtdocsprojeqtormodelMutex.php' at line (29)
2016-04-03 10:31:35.348 ** ERROR ***** cause = Methods with the same name as their class will not be constructors in a future version of PHP; Mutex has a deprecated constructor
I hope you can help me or find a solution if this error is the bug. 🙂
Best regard.
---------------------------------------------------------------------------------------------
Hi,
I find the solution here in your forum.
Thx
This version of ProjeQtOr is not compatible with PHP7.
Try with PHP 5.6 or lower (down to 5.2).
Of apply patch on Mutex.php as proposed by papjul : https://www.projeqtor.org/fr/forum-fr/2-submit-issues/7189-solved-major-problem-5-3-1-mutex-problem-creating-activity-problem
Hi,
Thx for your reactivity , but I found the solution in the post of papjul. It's OK now.
Best regard.