Joomsocial component causes error 'class' CAccess' does not have a method' authorise '"[closed]

-1

I installed joomsocial in my joomla, but when I conclude the installation the following error appears:

  

Warning: call_user_func_array () expects parameter 1 to be a valid callback, class 'CAccess' does not have a method 'authorise' in /home/swingudi/public_html/social/components/com_community/helpers/access.php on line 74

    
asked by anonymous 27.10.2015 / 00:16

1 answer

1

Simple, your class does not have a method called "authorise". You need to define this method in the class or it can be private, in the latter it can only be called from within the class itself. Try to specify your question better, this will help us respond.

    
27.10.2015 / 00:23