Note!
Where we are it is now the weekend; so there might be a slight delay in our reply. Thanks for understanding!EasyDiscuss 2.0.3537: The error occurs when you delete a locked discussion
-
ResolvedDear Friends,
When trying to delete a locked discussion (Superuser, frontend, Joomla 1.7.3, 2.5) we get the error:
Fatal error: Function name must be a string in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\ansver\components\com_easydiscuss\controllers\posts.php on line 157
http://localhost/ansver/k-otvet.html?controller=posts&task=delete
I would be grateful for an answer.
Sincerely,
Irina
Subscribed Products:
3 responses Add a reply
-
Hello Irina,
Thanks for pointing this out! Yes, it looks like there's a bug there. This is what you can do to fix this, edit the file /components/com_easydiscuss/controllers/posts.php and at line 157 locate the block of codes below,
if( $post->islock && !$isAdmin() )
Replace it with,
if( $post->islock && !$isAdmin )
-
Subscribed Products: -
Your Response
Please login to reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.