This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

[OzzModz] Social Groups [Paid] 2.1.33 Patch Level 6

No permission to buy ($49.00)
Problem solved
I've updated all add-ons and (customized) templates.
 
Actually if it's working I'm surprised.

I've only the XF default style and a self modificated default-style-based style. Everything working perfect now.
 
Snog updated Social Groups for XenForo 2.x with a new update entry:

Social Groups for XenForo 2.x Update 2.1.7.2


Read the rest of this update entry...
 
Getting this error with 2.1:

Code:
You must validate your XenForo license to see code
 
Have you upgraded to the release done today (2.1.7.2)?
 
Yes, and I am getting this:

Code:
You must validate your XenForo license to see code
 
Try disabling the other add-ons mentioned in the error log and see if you still get the error..
More specifically Siropu\AdsManager, EWPorta and xenMade\LAU

I believe the error is coming from one of those because I can not duplicate it here or on my development server.

That and line 181 in my add-on returns control to the parent function. So, the error isn't coming from the groups add-on. It's coming from another add-on that is calling the canLike function and my add-on is just exposing that add-ons problem. The "canLike" function in my add-on is there for backwards compatibility with XF 2.0 but it does not call the function. "canLike" does not exist in XF 2.1, so any add-on that calls the "canLike" function will be the cause of the error.

EDIT: I believe it's coming from here..
The ads manager or EW Porta.
Code:
You must validate your XenForo license to see code

And I know he just updated the ads manager today, so if you haven't upgraded that it's highly possible that's where it's coming from...
https://xenforo.com/community/resources/ads-manager-2-by-siropu.6153/updates
 
Your addon is conflicting with EW Zenporta by Jaxel. When I access a certain post, I get this error:

Code:
You must validate your XenForo license to see code
If I disable the Groups addon, it clears and I can see the post. I would try to contact Jaxel, but he never responds, and appears to be an egomaniac.
 
Likewise, if I disable the EW Porta addon , it also clears, but I need that addon.
 
Error: Call to undefined method XFMG\XF\Entity\Po
There is NO "canLike" function being called by the group system the function is there for backwards compatiblity with XenForo 2.0. And the fact that the function exists in my add-on is exposing the problem in another add-on. I've explained that above.

The error is coming from one or more of the XenPorta templates that is calling canLike. canLike is a XenForo 2.0 function ONLY. You need to upgrade that. OR, you can edit the XenPorta templates and change canLike to canReact anywhere it's called by XenPorta.

To be exact, canLike is being called in the EWRporta_article_macros template where shown below (in 2 places)...
Code:
You must validate your XenForo license to see code

That is a XenForo 2.0 function ONLY. Change it to canReact.
 
Will do, and thanks for helping Snog. His addons are good, but Jaxel provides no support whatsoever.
 
Will do, and thanks for helping Snog. His addons are good, but Jaxel provides no support whatsoever.
You may also need to change the link for those from 'posts/like' to 'posts/react'.

I don't mind helping where I can, but when I'm telling you that the problem is in another add-on (and I narrowed it down to 3) I can't always be the one to debug their add-ons.
 
Final warning: Tomorrow the next version of the Social Groups system will be released. Support for XF 2.0 will be dropped in that release.
 
Snog updated Social Groups for XenForo 2.x with a new update entry:

Social Groups for XenForo 2.x Update 2.1.8


Read the rest of this update entry...
 
Getting an error after updating to 2.1.8 on Xenforo 2.1.0 while attempting to create a new group...

Code:
You must validate your XenForo license to see code
 
Getting an error after updating to 2.1.8 on Xenforo 2.1.0 while attempting to create a new group...

Code:
You must validate your XenForo license to see code

Oddly, I did not get this message on a second attempt to create the same group. It seems the first attempt triggered the error, but subsequent attempts succeed.
 
Oddly, I did not get this message on a second attempt to create the same group. It seems the first attempt triggered the error, but subsequent attempts succeed.
There may have been some caching taking place after the upgrade that didn't complete right away.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…