Hi,
With one user I have a strange error showing up on login:
Fatal error: Call to undefined method CfactionChronoConnectivityTask::permission_deny() in /path/public_html/administrator/components/com_chronoforms/form_actions/chrono_connectivity_task/chrono_connectivity_task.php on line 139
Any clue what this could be???
With one user I have a strange error showing up on login:
Fatal error: Call to undefined method CfactionChronoConnectivityTask::permission_deny() in /path/public_html/administrator/components/com_chronoforms/form_actions/chrono_connectivity_task/chrono_connectivity_task.php on line 139
Any clue what this could be???
Hi marcinwolejko,
I've not seen this error before but looking at the code I see that line 139 has
Bob
I've not seen this error before but looking at the code I see that line 139 has
$this->permission_deny();
while the four other similar lines are all $MyConnection->permission_deny();
I suggest that you try changing $this to $MyConnection and see if that fixes it.
Bob
You may also try to update your CF to the latest v4 release which may fix the issue!
Regards,
Max
Regards,
Max
Hi Bob and Max.
Thank you for both answers.
I've chosen to upgrade first and apparently it did the job. For the time being that user with problems accessing the component does not seem to face that issue anymore.
Thanks again🙂
Thank you for both answers.
I've chosen to upgrade first and apparently it did the job. For the time being that user with problems accessing the component does not seem to face that issue anymore.
Thanks again🙂
This topic is locked and no more replies can be posted.