errors log file

by checking the log files I attended with thousands of line with the following error or similar errors:
Code:
2017-03-26T12:16:58+00:00    WARNING ::1    deprecated    Accessing JVersion data through class member variables is deprecated, use the corresponding constant instead.
2017-03-26T12:16:59+00:00    WARNING ::1    deprecated    JDispatcher is deprecated. Use JEventDispatcher instead.
2017-03-26T12:17:01+00:00    WARNING ::1    deprecated    JLayoutFile::setLayout() is deprecated, use JLayoutFile::setLayoutId() instead.
2017-03-26T12:17:01+00:00    WARNING ::1    deprecated    JLayoutFile::refreshIncludePaths() is deprecated, use JLayoutFile::clearIncludePaths() instead.
do I need to worry?
 
Nope. Those are normal messages. As the J! API changes over time, certain calls get "deprecated", meaning they have changed, and at some point in the future will be removed. Applications (like Fabrik) then gradually change their code over time to use the new API feature. So there is always going to be deprecated logs.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top