Hi
Last firday,I upgraded from 5.1.4 to 5.2.4 (I don't know if it is the problem), and yesterday, I had this error on the log:
2016-03-07 10:16:41.225 ** ERROR ** Impossible to load class Contract
=> Not found in ../model/custom/Contract.php
=> Not found in ../model/Contract.php
=> Not found in ../model/persistence/Contract.php
Can I ignore this error?
I attch one error more on the log: (perhaps, it is a different issue)
016-03-04 15:33:45.099 ** ERROR ** ERROR **
2016-03-04 15:33:45.100 ** ERROR ** on file '/var/www/html/projeqtor/tool/jsonQuery.php' at line (436)
2016-03-04 15:33:45.100 ** ERROR ***** cause = Undefined variable: objClass
About first issue, there is no Class Contract in ProjeQtOr, nor reference to it.
Did you change some code ?
Did you add new class ?
Second issue is about an already reported but : if you try to sort on work value, you'll get this issue.
This issue will be fixed on V5.3.0
About first issue, there is no Class Contract in ProjeQtOr, nor reference to it.
Did you change some code ?
Did you add new class ?
No code or class was added. Just upgrade was done.
Second issue is about an already reported but : if you try to sort on work value, you'll get this issue.
This issue will be fixed on V5.3.0
Thanks.