Skip to Content Skip to Menu

[SOLVED] GroupJive Auto

  • GTvB
  • GTvB
  • OFFLINE
  • Posts: 109
  • Thanks: 4
  • Karma: 1
12 years 2 months ago - 12 years 2 months ago #206682 by GTvB
[SOLVED] GroupJive Auto was created by GTvB
Hello,

the auto join to group does not work anymore ...

BR
GTvB

Joomla: 2.5.6
CB: 1.8.1
GJ: 2.5.3 RC1
Kunena: 2.0.1
Website language: German
Last edit: 12 years 2 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
12 years 2 months ago #206700 by krileon
Replied by krileon on topic Re: GroupJive Auto
That's not very descriptive. Joomla version? CB version? GJ version? The auto join field? The auto join autos? If an auto, what trigger? screenshot of autos configuration? Have you tested with debug mode and maximum error reporting? Any fatal errors when doing so?


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • GTvB
  • GTvB
  • OFFLINE
  • Posts: 109
  • Thanks: 4
  • Karma: 1
12 years 2 months ago #206706 by GTvB
Replied by GTvB on topic Re: GroupJive Auto
Hello,

the versions you can always see at the bottom of my posts.

This is the configuration:


And I can see a corresponding (to my test case) row in the table _groupjive_user where group=0

I hope this is descriptive enough.

BR
GTvB

Joomla: 2.5.6
CB: 1.8.1
GJ: 2.5.3 RC1
Kunena: 2.0.1
Website language: German
Attachments:

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
12 years 2 months ago - 12 years 2 months ago #206709 by krileon
Replied by krileon on topic Re: GroupJive Auto
Fixed for stable release, was able to find the cause in source. Yes, screenshot was very helpful; thank you. Quickfix as follows.

IN: components/com_comprofiler/plugin/user/plug_cbgroupjive/plugins/cbgroupjiveauto/cbgroupjiveauto.php
ON: Line 579
FROM
Code:
$row->set( 'group', (int) $row->get( 'id' ) );
TO
Code:
$row->set( 'group', (int) $group->get( 'id' ) );


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 12 years 2 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • GTvB
  • GTvB
  • OFFLINE
  • Posts: 109
  • Thanks: 4
  • Karma: 1
12 years 2 months ago #206714 by GTvB
Replied by GTvB on topic Re: GroupJive Auto
Hello Krileon,

Quickfix fixed the bug ....

thx :)
BR
GTvB

Joomla: 2.5.6
CB: 1.8.1
GJ: 2.5.3 RC1
Kunena: 2.0.1
Website language: German

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum