Fixed problem with an XF1 addon; Tag remove

Tealk

Well-known member
Hi,

I have deleted a few "tags" from my forum and now I see a fogging message:
There are manual rebuild jobs awaiting completion. Continue running them.

After i click on Continue running them. I get this error message:
Code:
InvalidArgumentException: No tag handler for 'articles' src/XF/Repository/Tag.php:787
Generated by: Tealk Dec 20, 2017 at 2:36 PM
Stack trace
#0 src/XF/Repository/Tag.php(510): XF\Repository\Tag->getTagHandler('articles', true)
#1 src/XF/Job/TagRecache.php(61): XF\Repository\Tag->rebuildContentTagCache('articles', 35)
#2 src/XF/Job/Manager.php(241): XF\Job\TagRecache->run(7.9999990463257)
#3 src/XF/Job/Manager.php(187): XF\Job\Manager->runJobInternal(Array, 7.9999990463257)
#4 src/XF/Job/Manager.php(76): XF\Job\Manager->runJobEntry(Array, 7.9999990463257)
#5 src/XF/Admin/Controller/Tools.php(139): XF\Job\Manager->runQueue(true, 8)
#6 src/XF/Mvc/Dispatcher.php(249): XF\Admin\Controller\Tools->actionRunJob(Object(XF\Mvc\ParameterBag))
#7 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Tools', 'RunJob', 'html', Object(XF\Mvc\ParameterBag), 'tools', Object(XF\Admin\Controller\Tools), NULL)
#8 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(1880): XF\Mvc\Dispatcher->run()
#10 src/XF.php(328): XF\App->run()
#11 admin.php(13): XF::runApp('XF\\Admin\\App')
#12 {main}
Request state
array(4) {
  ["url"] => string(24) "/admin.php?tools/run-job"
  ["referrer"] => string(45) "https://anzahcraft.de/admin.php?tools/run-job"
  ["_GET"] => array(1) {
    ["tools/run-job"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["_xfRedirect"] => string(10) "/admin.php"
    ["_xfToken"] => string(8) "********"
    ["only_ids"] => string(0) ""
  }
}

How can i fix this?
Or disable this rebuild jobs?
 
Last edited:
I replied to the ticket you made -- but since you've uninstalled the add-on it should be safe to run delete from xf_tag_content where content_type='articles'; and then resume your rebuild :)
 
I have uninstalled all add-on's before I upgraded to XF2
I replied to the ticket you made -- but since you've uninstalled the add-on it should be safe to run delete from xf_tag_content where content_type='articles'; and then resume your rebuild :)
this solved my problem, thanks :)
 
Back
Top Bottom