• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Call to undefined method XF\Entity\User::canViewImsQuestions()

Status
Not open for further replies.

Tracy Perry

Member
AMS Premium
CAS Premium
IMS Premium
LD Premium
RMS Premium
SC Premium
UBS Premium
But this is not the first similar error I've gotten with Xon's add-ons.. I removed one of his to resolve the issue... but now I get this?

Code:
[LIST]
[*]Error: Call to undefined method SV\PasswordTools\XF\Entity\User::canViewImsQuestions()
 
[*]src/addons/XenAddons/LD/Pub/Controller/Item.php:111
[/LIST]
[LIST]
[*]Generated by: Unknown account
 
[*]June 7, 2023 at 5:10 PM
[/LIST]
[SIZE=4][B]Stack trace[/B][/SIZE]
#0 src/XF/Mvc/Dispatcher.php(352): XenAddons\LD\Pub\Controller\Item->actionLatestQuestions(Object(XF\Mvc\ParameterBag))
#1 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XenAddons\\LD:It...', 'LatestQuestions', Object(XF\Mvc\RouteMatch), Object(XenAddons\LD\Pub\Controller\Item), NULL)
#2 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XenAddons\LD\Pub\Controller\Item), NULL)
#3 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#4 src/XF/App.php(2487): XF\Mvc\Dispatcher->run()
#5 src/XF.php(524): XF\App->run()
#6 index.php(20): XF::runApp('XF\\Pub\\App')
#7 {main}
[SIZE=4][B]Request state[/B][/SIZE]
array(4) {
  ["url"] => string(32) "/link-directory/latest-questions"
  ["referrer"] => bool(false)
  ["_GET"] => array(1) {
   ["/link-directory/latest-questions"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}{/code}

I honestly think it's an issue with his add-on.. but last time I inquired, he pointed the "pointy" finger and XenAddons.
 
Sorry, forgot to mention that... 2.2.16. The other one I had issues with was I think CAS, and it also is the latest version. Both had to do with CanViewQuestions type position.
 
Ya, its an issue with calling an IMS permission when it should be calling a LD permission.

Fixed in LD 2.2.17 (I'll push out a release tomorrow).
 
Ya, its an issue with calling an IMS permission when it should be calling a LD permission.

Fixed in LD 2.2.17 (I'll push out a release tomorrow).
@Tracy Perry going to be a bit longer until I can push out a release. I have a list of TODO's for LD that I want to knock out this weekend. Maybe just disable the "Recent Questions" navigation until I can get a release pushed out!
 
@Tracy Perry going to be a bit longer until I can push out a release. I have a list of TODO's for LD that I want to knock out this weekend. Maybe just disable the "Recent Questions" navigation until I can get a release pushed out!
It's no hurry.... I simply dismiss the error when it crops up... I was more concerned with finding the correct person to address for this.
 
  • Like
Reactions: Bob
Status
Not open for further replies.
Back
Top