Dan Blather
Member
The situation, in a nutshell.
* Dragonbyte Tech Member Map plugin - when I tried to properly install it, I got this error.
* phar is enabled on my serves.
* A few other people are reporting the same problem on the developer's Web site. App developer says "this would appear to be a bug with the latest versions of PHP."
* The plugin is not in the list of installed plugins, and I can't uninstall it.
* App developer: "I can’t fix bugs in PHP as I’m not on their development team unfortunately." I assume that means the XenForo development team.
* Just removing the plugin files doesn't work -- it breaks XenForo.
It's a nice plugin, but if I can't uninstall it, its really a permanent part of XenForo, rather than an add-on.
So, how can I uninstall an app that's not installed?
* Dragonbyte Tech Member Map plugin - when I tried to properly install it, I got this error.
Code:
UnexpectedValueException: RecursiveDirectoryIterator::__construct(): Unable to find the wrapper "phar" - did you forget to enable it when you configured PHP? src/addons/DBTech/MemberMap/Repository/GeoIp.php:133
Stack trace
#0 [internal function]: RecursiveDirectoryIterator->__construct('phar:///home/cy...', 12288)
#1 src/addons/DBTech/MemberMap/Repository/GeoIp.php(133): PharData->__construct('/home/cyburbia/...')
#2 src/addons/DBTech/MemberMap/Setup.php(106): DBTech\MemberMap\Repository\GeoIp->geoIpUpdate()
#3 src/XF/AddOn/AddOn.php(560): DBTech\MemberMap\Setup->postInstall(Array)
#4 src/XF/Admin/Controller/AddOn.php(573): XF\AddOn\AddOn->postInstall(Array)
#5 src/XF/Mvc/Dispatcher.php(249): XF\Admin\Controller\AddOn->actionFinalize(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:AddOn', 'Finalize', 'html', Object(XF\Mvc\ParameterBag), 'listAddOns', Object(XF\Admin\Controller\AddOn), NULL)
#7 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#8 src/XF/App.php(1934): XF\Mvc\Dispatcher->run()
#9 src/XF.php(333): XF\App->run()
#10 admin.php(13): XF::runApp('XF\\Admin\\App')
#11 {main}
Request state
array(4) {
["url"] => string(109) "/forums/admin.php?add-ons/DBTech-MemberMap/finalize&t=1547177791%2C80c07b656697ce690d029ffff967de13&a=install"
["referrer"] => string(55) "https://www.cyburbia.org/forums/admin.php?tools/run-job"
["_GET"] => array(3) {
["add-ons/DBTech-MemberMap/finalize"] => string(0) ""
["t"] => string(43) "1547177791,80c07b656697ce690d029ffff967de13"
["a"] => string(7) "install"
}
["_POST"] => array(0) {
}
}
* phar is enabled on my serves.
* A few other people are reporting the same problem on the developer's Web site. App developer says "this would appear to be a bug with the latest versions of PHP."
* The plugin is not in the list of installed plugins, and I can't uninstall it.
* App developer: "I can’t fix bugs in PHP as I’m not on their development team unfortunately." I assume that means the XenForo development team.
* Just removing the plugin files doesn't work -- it breaks XenForo.
It's a nice plugin, but if I can't uninstall it, its really a permanent part of XenForo, rather than an add-on.
So, how can I uninstall an app that's not installed?