By Marc on Tuesday, 31 October 2017
Posted in Technical Issues
Likes 0
Views 528
Votes 0
Hi there,
When a new member registers on the website, at the end of the registration process we get a error saying Class SocialExists cannot be found.
Any idea of what this means or how to fix it?
We use Easysocial 2.1.2 with latest PayPlans.

This error didn't happen with EasySocial 2.0
It seems like this issue caused by autofriend plugin, I've temporary comment out these following code from this file JoomlaFolder/plugins/user/autofriend/autofriend.php , because we no longer use this exists method in 2.1, can you update this to autofriend developer regarding this?


// Check if Foundry exists
//if( !Foundry::exists() )
//{
// Foundry::language()->loadSite();
// echo JText::_( 'COM_EASYSOCIAL_FOUNDRY_DEPENDENCY_MISSING' );
// return;
//}


By the way, can you try again and see whether all work fine now?
·
Tuesday, 31 October 2017 16:44
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, I already reported this to our developer, we decided to add it back this exists method in Easysocial 2.1.3 .

Once you update to Easysocial 2.1.3, you can uncomment those code as what i mentioned in earlier or reinstall again with this user friend plugin on your site.
·
Tuesday, 31 October 2017 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
just an update, I already reverted back this changes as what i made in earlier JoomlaFolder/plugins/user/autofriend/autofriend.php

Then applied some fix into this file -> JoomlaFolder/administrator/components/com_easysocial/includes/easysocial.php

Can you give it a check when you have free time? because it should work fine now.
·
Tuesday, 31 October 2017 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex
Autofriend is a Nordograph plugin and on their website they stated that all their stuff is compliant with ES 2.1, so i didn't test that.
But very glad its been sorted.

All is working fine again.
Thank you!

Will this change be incorporated into future releases (so I don't have to worry about re-applying the change if I update)?
·
Tuesday, 31 October 2017 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, we will included this fix in next release version as well.
·
Tuesday, 31 October 2017 19:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post