Posted on: 02/28/25 01:44am
By: ivy
Hi,
I previously reported the following error in the admin panel:
E_SYNTAX(0) - Call to undefined function CMT_deleteComment()
After some investigation, I found that adding the following line to services.inc.php resolved the issue:
require_once $_CONF['path_system'] . 'lib-comment.php';
It seems that lib-comment.php was not being loaded properly in certain cases.
Could this be a bug, or is there a recommended way to handle this issue?
I hope this helps others who may encounter the same problem.
Thanks!
Re: Error: "Call to undefined function CMT_deleteComment()" in Admin Panel
Posted on: 02/28/25 09:39am
By: Laugh
Loading of lib-comment is missing from some process it seems like. (we have had other reports)
What where you doing when you got the error?