Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
I got a major bug report on almost all reports since I've fix the Mutex.php bug ...
Here is the log when I select the report 'Current status / status of ongoing work' :
ERROR : Methods with the same name as their class will not be constructors in a future version of PHP; pData has a deprecated constructor
in pData.class
at line 48
Could you please help me ?
ProjeQtor version 5.1.5 on Debian
Same issue as for Mutex exists on pData in /external/pChart/pData.class
Fix should be the same, but other issues of same kind may still exist in external libraries....
ProjeQtOr is not validated for PHP 7 🙁
Not yet...
[Edit] the 3 classes in pChart directories are concerned
Ok, I've applied the same correction to following files :
pChart.class :
- function pChart($XSize,$YSize) transform in function __construct($XSize,$YSize)
pData.class :
- function pData() transform in function __construct()
and it works 🙂
Thank you very much babynus