Hi
I still have some issues with groups (Joining and leaving) but since version 1.2.2 & 1.2.3 the behaivior have change.
Now if I do a refresh of page I´ll have this error message instead (I´m inside a group when doing this refresh).
Steps taken (Join a group).
1. Go to "Groups" -> "All Groups"
2. Click on one group to Join (after clicking "Join Group" the button dissappear)
3. Do a page refresh (ctrl+F5)
4. The error below appear.
Steps taken (Leavig Group)
1. Go to "Groups" -> "My Groups"
2. Click on group to leave.
3. Click the button "Leave Group" (after clicking "Leave Group" the button dissappear)
4. Click on "Groups" again and the group you just leaved is still under "My Groups".
5. Click on "My Groups" and the group you just leaved dissappear.
6. Clicking on "All Groups" and enter the group you just leaved will show the button "Leave Group" still visible (which it should not be).
7. Clicking on the "Leave Group" button gives the error message " you are not authorised to view this resource"
8. Do a page refresh (ctrl+F5) and the error below appear.
You are not authorised to view this resource.
/home/vwivfgfr/public_html/my.domain/components/com_sociable/views/group/view.html.php:53
Call stack |
# |
Function |
Location |
1 |
() |
JROOT/components/com_sociable/views/group/view.html.php:53 |
2 |
SociableViewGroup->display() |
JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
3 |
Joomla\CMS\MVC\Controller\BaseController->display() |
JROOT/components/com_sociable/controller.php:114 |
4 |
SociableController->display() |
JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
5 |
Joomla\CMS\MVC\Controller\BaseController->execute() |
JROOT/components/com_sociable/sociable.php:23 |
6 |
require_once() |
JROOT/libraries/src/Component/ComponentHelper.php:402 |
7 |
Joomla\CMS\Component\ComponentHelper::executeComponent() |
JROOT/libraries/src/Component/ComponentHelper.php:377 |
8 |
Joomla\CMS\Component\ComponentHelper::renderComponent() |
JROOT/libraries/src/Application/SiteApplication.php:194 |
9 |
Joomla\CMS\Application\SiteApplication->dispatch() |
JROOT/libraries/src/Application/SiteApplication.php:233 |
10 |
Joomla\CMS\Application\SiteApplication->doExecute() |
JROOT/libraries/src/Application/CMSApplication.php:196 |
11 |
Joomla\CMS\Application\CMSApplication->execute() |
JROOT/index.php:49 |
Update:
After turning Joomla debug on and repeat the steps
Groups->All Groups->Click on group that I just left
Everything is OK, Join Group button is there.
The only thing is a notice:
Notice: Undefined property: stdClass::$category_access in /../../../../components/com_sociable/models/group.php on line 177
But still after doing a page refresh the error message abow appear.