[OzzModz] User Upgrade Invoice [Deleted]

Does anyone that is using or has used this addon see the need for the addon option, User Field Id

I really don't see a need to have that option and that information on the invoice.
 
We have had a look at all the addon's code and it's a piece of crap not complying with XF standards.
  • Almost everywhere raw SQL queries are used
  • A lot of hard-coded phrases in templates and PHP files
  • Code style is not consistent
  • The templates are also made in the same messy style and with a lot of awkward moments
  • Along with other issues

So until we can write new addon from scratch with an importer if necessary, we are discontinuing this addon.
 
there's some problem with the last update :
  • ErrorException: [E_WARNING] Trying to access array offset on value of type bool
  • src/addons/xenbros/Upgradeinvoice/Pub/Controller/Upinvoice.php:78
  • Generated by: Unknown account
  • Sep 8, 2024 at 15:02

Stack trace​

#0 src/addons/xenbros/Upgradeinvoice/Pub/Controller/Upinvoice.php(78): XF::handlePhpError(2, '[E_WARNING] Try...', 'src/add...', 78)
#1 src/XF/Mvc/Dispatcher.php(352): xenbros\Upgradeinvoice\Pub\Controller\Upinvoice->actionGenerateinvoice(Object(XF\Mvc\ParameterBag))
#2 src/XF/Mvc/Dispatcher.php(258): XF\Mvc\Dispatcher->dispatchClass('xenbros\\Upgrade...', 'Generateinvoice', Object(XF\Mvc\RouteMatch), Object(xenbros\Upgradeinvoice\Pub\Controller\Upinvoice), NULL)
#3 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(xenbros\Upgradeinvoice\Pub\Controller\Upinvoice), NULL)
#4 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(2353): XF\Mvc\Dispatcher->run()
#6 src/XF.php(524): XF\App->run()
#7 index.php(20): XF::runApp('XF\\Pub\\App')
#8 {main}

i'm on php 8.2 version .
 
Back
Top Bottom