[OzzModz] Advanced Forms

[OzzModz] Advanced Forms [Paid] 2.2.6 Beta2

No permission to buy ($40.00)
I honestly have no idea. It might be a question better asked over at XF, maybe someone has ran across this before translating phrases for other addons or in the core.
 
I will try and get this sorted in the next couple of days, need to do testing to ensure there are no adverse side effects from the fix.
 
I am going to guess that the phrase problem is my fault. When I would work on fixes, additions, etc. I would bump the current version to a working version such as 2.0.18.1, 2.0.18.2, and so on. Then when it was ready for release I would bump it to 2.0.19 and release it. What may have happened (and it looks like it did) is I may have inadvertently bumped it to 2.1.18.x while work was progressing and when it came time to release it I would have manually rolled it back to 2.0.19 to correct the version number but neglected to think about the phrase versioning.

Hope that makes sense to everyone. ;)
 
Thank you for looking into the issue in a timely fashion! Updating the add-on to v2.0.26 removed the phrases in question from the list of outdated phrases.
 
You must validate your XenForo license to see quoted content
That form natively, is easy to customize. No addon needed for that. Plus, if you replace the registration form you got no Spaminator.
 
Bug report for version: 2.1

Users receive an error when trying to post an application which prompts them to submit again. This results in the thread being spammed multiple times.

Two errors here.
Code:
TypeError: Argument 2 passed to XF\Service\Conversation\Creator::__construct() must be an instance of XF\Entity\User, null given, called in /var/www/forums.bluebear.network/public_html/src/XF/Container.php on line 270 src/XF/Service/Conversation/Creator.php:36
Code:
#0 src/XF/Container.php(270): XF\Service\Conversation\Creator->__construct(Object(XF\Pub\App), NULL)
#1 src/XF/App.php(1570): XF\Container->createObject('XF\\Service\\Conv...', Array)
#2 src/XF/Container.php(228): XF\App->XF\{closure}('XF\\Service\\Conv...', Array, Object(XF\Container))
#3 src/XF/App.php(2776): XF\Container->create('service', 'XF:Conversation...', Array)
#4 [internal function]: XF\App->service('XF:Conversation...', NULL)
#5 src/XF/Mvc/Controller.php(738): call_user_func_array(Array, Array)
#6 src/addons/Snog/Forms/Pub/Controller/Form.php(1485): XF\Mvc\Controller->service('XF:Conversation...', NULL)
#7 src/addons/Snog/Forms/Pub/Controller/Form.php(1191): Snog\Forms\Pub\Controller\Form->sendPC('[690] John Glen...', 'Hi [690] John G...', NULL, '[690] John Glen', true, true)
#8 src/XF/Mvc/Dispatcher.php(350): Snog\Forms\Pub\Controller\Form->actionSubmit(Object(XF\Mvc\ParameterBag))
#9 src/XF/Mvc/Dispatcher.php(261): XF\Mvc\Dispatcher->dispatchClass('Snog\\Forms:Form', 'Submit', Object(XF\Mvc\RouteMatch), Object(Snog\Forms\Pub\Controller\Form), NULL)
#10 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Snog\Forms\Pub\Controller\Form), NULL)
#11 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#12 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#13 src/XF.php(391): XF\App->run()
#14 index.php(20): XF::runApp('XF\\Pub\\App')
#15 {main}


Code:
ErrorException: [E_NOTICE] Trying to get property 'username' of non-object src/addons/Snog/Forms/Pub/Controller/Form.php:1186
Code:
#0 src/addons/Snog/Forms/Pub/Controller/Form.php(1186): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/var/www/forums...', 1186, Array)
#1 src/XF/Mvc/Dispatcher.php(350): Snog\Forms\Pub\Controller\Form->actionSubmit(Object(XF\Mvc\ParameterBag))
#2 src/XF/Mvc/Dispatcher.php(261): XF\Mvc\Dispatcher->dispatchClass('Snog\\Forms:Form', 'Submit', Object(XF\Mvc\RouteMatch), Object(Snog\Forms\Pub\Controller\Form), NULL)
#3 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Snog\Forms\Pub\Controller\Form), NULL)
#4 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#6 src/XF.php(391): XF\App->run()
#7 index.php(20): XF::runApp('XF\\Pub\\App')
#8 {main}


Screenshot of what the user sees:
https://cdn.discordapp.com/attachments/615758247936131083/668702744604966922/unknown.png

Full error trace:
Code:
Posted above to separate the two issues occurring at the same time.
 
Back
Top