securedme
Well-known member
Yep.
But why all boxes are unchecked for a Moderator (also for admin and member)?
Yep.
Inconsistent Breadcrumbs
Notable changes:
- Added event type public allow it displays to all users
- Fixed upload resource icon
- Fixed delete comment
- Fixed comment link to invalid content
You need to provide the full stack trace. That almost looks like it's an add-on interacting, but without the whole stack trace it's hard to tell.thank you very much for this update!
unfortunately since updating I've been getting an error on a different addon of mine and I'm not sure why that is but I believe it is because of this one.
ErrorException: Template error: [E_WARNING] Attempt to read property "flp_user_age" on null
ErrorException: [E_WARNING] Attempt to read property "flp_user_age" on null in src/addons/Flp/Age/XF/Entity/Thread.php at line 19
XF::handlePhpError() in src/addons/Flp/Age/XF/Entity/Thread.php at line 19
Flp\Age\XF\Entity\Thread->canView() in src/addons/Truonglv/Groups/XF/Entity/Thread.php at line 25
Truonglv\Groups\XF\Entity\Thread->canView() in src/addons/SV/CollaborativeThreads/XF/Entity/Thread.php at line 643
SV\CollaborativeThreads\XF\Entity\Thread->canView() in src/XF/Entity/Post.php at line 57
XF\Entity\Post->canView() in src/addons/Truonglv/Groups/XF/Entity/Post.php at line 27
Truonglv\Groups\XF\Entity\Post->canView() in src/addons/SV/CollaborativeThreads/XF/Entity/Post.php at line 171
SV\CollaborativeThreads\XF\Entity\Post->canView() in src/XF/Search/Data/AbstractData.php at line 124
XF\Search\Data\AbstractData->canViewContent() in src/XF/Search/Search.php at line 272
XF\Search\Search->XF\Search\{closure}()
array_filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 197
XF\Mvc\Entity\AbstractCollection->filter() in src/XF/Search/Search.php at line 273
XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 230
XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 214
XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 183
XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 193
XF\ResultSet->limitResults() in src/XF/Search/Search.php at line 216
XF\Search\Search->executeSearch() in src/XF/Search/Search.php at line 181
XF\Search\Search->search() in src/XF/Repository/Search.php at line 33
XF\Repository\Search->runSearch() in src/XF/Pub/Controller/Search.php at line 437
XF\Pub\Controller\Search->runSearch() in src/XF/Pub/Controller/Search.php at line 270
XF\Pub\Controller\Search->actionMember() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20
If that's your own addon, without seeing the source in question (line 19 of that file), it looks like you could add a simple null sanity check right before that for whatever is being referenced with that "flp_user_age" property, and then not try to do anything if it is null (doesn't exist).thanks. here it is. what's odd is it definitely is becuase of this addon but seems to happen anywhere, even in threads or pages that aren't in a social group or utilizing the custom addon. the a custom addon in questions purpose is to allow one prefix to make a thread age restricted.
this is a custom addon i paid for, so im really not sure how to do thisIf that's your own addon, without seeing the source in question (line 19 of that file), it looks like you could add a simple null sanity check right before that for whatever is being referenced with that "flp_user_age" property, and then not try to do anything if it is null (doesn't exist).
unfortunately no, uninstalling collaborative threads did nothing to erase the error, but thank youGot a feeling it's going to be interaction with Xon's collaborative threads add-on. Make sure you are on the most recent version of it. If so, try disabling it and see if you still have the issue. If not, then you need to get with both parties to have them resolve it.
Probably worth passing this on to whoever made the addon to see if they can add a simple fix for it, then. It does look like the addition of a simple null check would probably be all that's needed.this is a custom addon i paid for, so im really not sure how to do this![]()
The person who made is no longer available, but I'd really like to hear from @truonglv since something in the last update changed that caused thisProbably worth passing this on to whoever made the addon to see if they can add a simple fix for it, then. It does look like the addition of a simple null check would probably be all that's needed.
The person who made is no longer available, but I'd really like to hear from @truonglv since something in the last update changed that caused this
Notable changes:
- Calendar phrases now respect user language
- Fixed rebuild group stuck in some specific conditions
- Improvement to display events in widget
- Make tab events always visible in group
- Fixed group owner can leave and reassign themself.
- Fixed error while viewing calendar
I'm prepare to make new own group node type for next release. That will be easier to integrate with node system.Do you have those forums being created in what he calls an "archived" category that is set to not display on the node list?
View attachment 292832
View attachment 292833
If you are going that far, you may want to contemplate using your own system instead of depending on XF nodes. Permission indexing might present issues on lower powered systems when you get several hundred groups.I'm prepare to make new own group node type for next release. That will be easier to integrate with node system.
We use essential cookies to make this site work, and optional cookies to enhance your experience.