[#3051] Upgrade Groupjive 1.6 beta3 to Groupjive 2.4

12 years 4 months ago #184718 by qneal78710
Replied by qneal78710 on topic Re: Upgrade Groupjive 1.6 beta3 to Groupjive 2.4
I have now installed GJ 2.4 4 times and completely gone over all instructions and setups each time. But each time I have the same 3 problems:

1) the Migrate tool works but when I look at my modules which I have set to "My Groups", nothing appears (I setup 3 different users and each belongs to several groups in a category) in the modules.

2) I can't search for the groups after the migration to view them. When I type in a name of a group (any group I have setup)...nothing happens I'm still sitting where I was on the same page. It looks like it's searching for a group but turns up nothing and no error occurs.

3) the drop down number to show how many groups appear on the frontpage doesn't work at all. I am only able to see the first category at all times. Although there are numbers that when clicked on will go to the next page to show more groups...I am not able to go to the other pages at all.

Attached is the pic that I see for the most part. It shows I have 19 categories, but I can only see the first one and no other. Now on the backend I can see the categories and groups but users can't access that page.

What could I be doing wrong?
Attachments:

Please Log in to join the conversation.

12 years 4 months ago #184772 by krileon

1) the Migrate tool works but when I look at my modules which I have set to "My Groups", nothing appears (I setup 3 different users and each belongs to several groups in a category) in the modules.

"My Groups" shows you only the groups you own. Not the groups you joined; those are under "Joined Groups".

2) I can't search for the groups after the migration to view them. When I type in a name of a group (any group I have setup)...nothing happens I'm still sitting where I was on the same page. It looks like it's searching for a group but turns up nothing and no error occurs.

You've some sort of fatal JS error present causing the pagination to fail. Please test in default Joomla template. Review your browser error log to see what the error is.

3) the drop down number to show how many groups appear on the frontpage doesn't work at all. I am only able to see the first category at all times. Although there are numbers that when clicked on will go to the next page to show more groups...I am not able to go to the other pages at all.

Same as my reply to 2.

Attached is the pic that I see for the most part. It shows I have 19 categories, but I can only see the first one and no other. Now on the backend I can see the categories and groups but users can't access that page.

Your categories per page is set to 1, you can re-configure this within GJs configuration so you can display more categories per page.


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 to join the conversation.

12 years 4 months ago - 12 years 4 months ago #184830 by qneal78710
Replied by qneal78710 on topic Re: Upgrade Groupjive 1.6 beta3 to Groupjive 2.4
1) the Migrate tool works but when I look at my modules which I have set to "My Groups", nothing appears (I setup 3 different users and each belongs to several groups in a category) in the modules.

"My Groups" shows you only the groups you own. Not the groups you joined; those are under "Joined Groups"
.

=>I have two snap shots. The first (groupowner.png)shows you I am the owner of four groups, the second picture (groupowner1a.png) shows you on the frontend that only one group shows for the being the owner and joining a group. (note: I copied the first module and made two. One is set for group owner, the other for joined groups). So you see this modules isn't showing you all the groups I own or are a part of...and I am actually owner of quite a few more groups and joined about 15 groups...picture 3 groupowner1b.png shows you how many show up on the old gj1.8.1 from a copied site I own.

=======================================================================

Below applies to number 2 and 3. The javascript errors are the same when seaching by group and listing more than more category or group.

=======================================================================
2) I can't search for the groups after the migration to view them. When I type in a name of a group (any group I have setup)...nothing happens I'm still sitting where I was on the same page. It looks like it's searching for a group but turns up nothing and no error occurs.

You've some sort of fatal JS error present causing the pagination to fail. Please test in default Joomla template. Review your browser error log to see what the error is.


=> I have taken a look at the default template through firefox and IE 8 and neither works. The error log is attached which keeps showing:
Warning: Unknown property 'align'. Declaration dropped.
Source File: www.yourchillzone.com/index.php?option=com_comprofiler&task=pluginclass&plugin=cbgroupjive&action=overview&Itemid=848
Line: 0



Note: I have teachers at my school waiting for me to finish this website up but I can't until I get this test website working and this groupjive app is the ONLY thing holding Qtopolis.com up. I can't tell them to get students to login to groups until this thing is working.
Attachments:

Please Log in to join the conversation.

12 years 4 months ago #184909 by krileon

I have two snap shots. The first (groupowner.png)shows you I am the owner of four groups, the second picture (groupowner1a.png) shows you on the frontend that only one group shows for the being the owner and joining a group. (note: I copied the first module and made two. One is set for group owner, the other for joined groups). So you see this modules isn't showing you all the groups I own or are a part of...and I am actually owner of quite a few more groups and joined about 15 groups...picture 3 groupowner1b.png shows you how many show up on the old gj1.8.1 from a copied site I own.

Please edit your modules and ensure the display count is greater then 2, believe default is 5 unless changed.

I have taken a look at the default template through firefox and IE 8 and neither works. The error log is attached which keeps showing:
Warning: Unknown property 'align'. Declaration dropped.
Source File: index.php?option=c...rview&Itemid=848
Line: 0

That's a CSS error and not a JS error. It won't cause any problems. There does seam to be something intercepting the POSTs though.

Start by testing in default Joomla template. If not resolved disable non-core (excluding GJ) CB plugins 1 by 1 until resolved. If not resolved repeat with modules that are on the page. If not resolved disable non-core Joomla system plugins 1 by 1 until resolved.

My best guess is possibly JCE Utilities as it's loading jQuery to header without noConflict.

Please ensure this is on a CB 1.7.1 install.

Note: I have teachers at my school waiting for me to finish this website up but I can't until I get this test website working and this groupjive app is the ONLY thing holding Qtopolis.com up. I can't tell them to get students to login to groups until this thing is working.

I've 3 test installs, 1 development, 1 testing, 1 clean. All 3 are working fine. The issue is on and with your site and very likely a conflict of some sorts. There's nothing I can do but instruct you with debug processes. If the above debug steps don't help find the issue then PM backend super administrator login credentials and will see if I can find the problem.


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 to join the conversation.

12 years 4 months ago #184913 by krileon
Reviewed further the module and ownership checks aren't proper in GJ 2.4, this has been fixed in GJ 2.5 already. Please check that your profile "My Groups" tab properly shows the amount of groups you own as well.


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 to join the conversation.

12 years 4 months ago #184941 by scottie33t
Replied by scottie33t on topic Re: Upgrade Groupjive 1.6 beta3 to Groupjive 2.4
Hey Kyle, not to bother you,(just excited) is 2.5 still being released soon (this month)?

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.201 seconds

Facebook Twitter LinkedIn