• If you purchased an addon between October 6th and October 28th and you do not have that license in your account, contact me via PM with the details and we'll get that sorted.
[OzzModz] Advanced Forms

[OzzModz] Advanced Forms [Paid] 2.2.4

No permission to buy ($40.00)
You must validate your XenForo license to see quoted content


Okay, it's sorted. In the Staff Application under "Types" you had the "Privileges and status " set to Moderator and Administrator as well as logged in and Valid. I removed the Moderator and Administrator. Now the test user can access the form.
 
Bug report for version: 2.0.27

This happens when the post is approved.

Testing Workflow:
I posted a form with my login
I approved the post with my login
Error

I have not tested if other users posts and I approve.

Full error trace:
Code:
You must validate your XenForo license to see code
 
You must validate your XenForo license to see quoted content
The error itself is in the first few lines of the display (above the stack trace) when looking at the error in the admin area...

errorlog.png
 
Imported the example form and getting following error:

  • Error: Call to a member function getUsablePrefixes() on null
  • src/addons/Snog/Forms/Pub/Controller/Form.php:146
  • Generated by: t0daY
  • May 6, 2020 at 1:33 PM
Stack trace
#0 src/XF/Mvc/Dispatcher.php(350): Snog\Forms\Pub\Controller\Form->actionSelect(Object(XF\Mvc\ParameterBag))
#1 src/XF/Mvc/Dispatcher.php(261): XF\Mvc\Dispatcher->dispatchClass('Snog\\Forms:Form', 'Select', Object(XF\Mvc\RouteMatch), Object(Snog\Forms\Pub\Controller\Form), NULL)
#2 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Snog\Forms\Pub\Controller\Form), NULL)
#3 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#4 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#5 src/XF.php(391): XF\App->run()
#6 index.php(20): XF::runApp('XF\\Pub\\App')
#7 {main}

Request state
array(4) {
["url"] => string(26) "/form/sample-form.1/select"
["referrer"] => string(51) "https://revolutionsimracing.com/form/sample-form.1/"
["_GET"] => array(1) {
["/form/sample-form_1/select"] => string(0) ""
}
["_POST"] => array(0) {
}
}

Did I do something wrong? Regards
 
Back
Top