Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Created group doesn't appear in "all groups" list

9 years 9 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello,

i have a problem with creation of new group. i created a group "témoignages" "Risque chimique" but it doesn't appear in the view below :

Attachment Capturedcran2014-07-0120.50.18.png not found



I see in the forum that it's a known probleme with a .php file but i'm not able to do this kind of thing .... sorry !

Can you say me too if it's possible to attach .doc file ?

Thank you very much !

Attachments:
9 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Mathieu,

The groups should be moderated first by admin from backend.. can you provide me phpmyadmin access, please? so I can inspect this issue further.

thank you

9 years 9 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello,

Thank You. I have updated my first post with mysql access information.

9 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Mathieu,

I think the access is not working, I get this error " #1045 Cannot log in to the MySQL server"

thank you

9 years 9 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Sorry, i made a caps mistake. It"s okay now.

9 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Mathieu,

I just fix this issue, I think this issue cuased by joomla itself.

I got no-sense limit start from joomla code, so I decided to hack it on our Jomsocial code..i added this code $limitstart = $limitstart>21474?0:$limitstart; inside components/com_community/models/groups.php

thank you

9 years 9 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello,
i am sorry. I have applied the jomsocial update and my problem is here again.

I dont know where exactly you insert the limite in groups.php... i am afraid to do a mistake if i do it my self.

Could you insert again the limit for me ?

Is the problem will reappear at each update ?

THank you.
Mathieu

9 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Mathieu,

You need re-apply the hack code, because this is not Jomsocial issue, but this is Joomla issue, i think only happens on your site, I never seen the similiar issue before.

ok this is with you need to do..
1. open this file components/com_community/models/groups.php
2. find this code :

$limitstart = $this->getState('limitstart');
3. add this code below it :
$limitstart = $limitstart>21474?0:$limitstart;

9 years 9 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello, i have again a problem which look like my problem of group that does not appear.

Now it s with announcement and discussion.

I have created an annoucement

Attachment Capturedcran2014-07-1419.06.08.png not found



and it doesnt appear.
it is the same with discussion !!

Can you help me again ?

thank you !!
Mathieu

Attachments:
9 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Mathieu,

Please you update your Jomsocial to the latest version 3.2.1,and re apply this solution www.jomsocial.com/forum/groups/18001-cre...ll-groups-list#93175 if the announces issue still happens just let me know.

thank you

9 years 9 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello,

Thank for your answer. I cannot install 3.2.1 wich is not available :

Attachment jomsocial.png not found



I have contacted the bowtheme helpdesk wich provide me joomla.

They say :
"Hi,
which version of Jomsocial are you using,
BT Education is compatible with jomsocial version 3.2.0.5, I think your jomsocial version is 3.2.0.7,
because Jomsocial upgrade their product version frequently so we couldn't upgrade all of versions for BT Education. Now our template is using Jomsocial in version 3.2.0.3 and it can use for version 3.2.0.5. Everything works flawlessly but 3.2.0.7 changed a lot so it might has unexpected bugs. And Jomsocial is going to release official 3.2.1 version so we're waiting for this and upgrading it. Therefore, please wait for professtional 3.2.1 version. We'd like to support it
please try to reinstall jomsocial version 3.2.0.5, if you don't have this version, please give me your super admin account, I'll help you."

Please let me know your feelings about it.

Do you think that reinstall 3.2.0.5 version is a good idea ? Or do you think is better to install 3.2.1 ? (But how can i get it ???)

Thank you

Attachments:
9 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Install the version 3.2.1 but dowload the package first from here www.jomsocial.com/component/digistore/licenses

anyway, can you also report this matter to Joomla forum, just say the value of this code :

$this->getState('limitstart');

is very weird, even you on page 1, but the limitstart value is 21474xxx

thank you

9 years 8 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello,
i have just apply the update of jomsocial with the 3.2.1.1 version.
I have reapply this solution www.jomsocial.com/forum/groups/18001-cre...ll-groups-list#93175 and the announces issue still happens.

Can you do something about this ?
Thank you
Mathieu

9 years 8 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello,
i think the problem concerns all the displays ...
Look the screen capture, it is a search of user : (i have a user name "ducastel" so i am sure that it should appear !)

Attachment Capturedecran2014-07-18a21.18.44.png not found



I hope that you ll find a solution. For your information, i try with the helpdesk of "bowthemes" to reinstall an older version of jomsocial which work well usually but the problem still the same.

I inform you (but i think you knew it) that my template is based on T3.

Thank you...
Mathieu

Attachments:
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW