Viserys
Member
The following error is showing up in my error log in ACP. As a result, it seems I cannot update the cache, add-ons or anything else.
Can't really diagnoise the issue.
This line here:
#1 /home/content/45/12080645/html/library/XenForo/Deferred/ImportMasterData.php(21): XenForo_Model_Option->importOptionsDevelopmentXml('C:\xampp\htdocs...')
Seems to be pointed toward a directory for my local install (which I admittedly was having some trouble with) and I'm not too sure why that is. Any help on resolving this issue would be appreciated.
Code:
#0 /home/content/45/12080645/html/library/XenForo/Model/Option.php(0): SimpleXMLElement->__construct()
#1 /home/content/45/12080645/html/library/XenForo/Deferred/ImportMasterData.php(21): XenForo_Model_Option->importOptionsDevelopmentXml('C:\xampp\htdocs...')
#2 /home/content/45/12080645/html/library/XenForo/Deferred/Atomic.php(61): XenForo_Deferred_ImportMasterData->execute(Array, Array, 9.9994080066681, '')
#3 /home/content/45/12080645/html/library/XenForo/Model/Deferred.php(252): XenForo_Deferred_Atomic->execute(Array, Array, 9.9999969005585, '')
#4 /home/content/45/12080645/html/library/XenForo/Model/Deferred.php(378): XenForo_Model_Deferred->runDeferred(Array, 9.9999969005585, '', false)
#5 /home/content/45/12080645/html/library/XenForo/Model/Deferred.php(331): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#6 /home/content/45/12080645/html/library/XenForo/ControllerAdmin/Tools.php(147): XenForo_Model_Deferred->run(true, NULL, '', false)
#7 /home/content/45/12080645/html/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_Tools->actionRunDeferred()
#8 /home/content/45/12080645/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/content/45/12080645/html/admin.php(13): XenForo_FrontController->run()
#10 {main}
Code:
array(3) {
["url"] => string(61) "http://www.animeinspirations.com/admin.php?tools/run-deferred"
["_GET"] => array(1) {
["tools/run-deferred"] => string(0) ""
}
["_POST"] => array(3) {
["redirect"] => string(42) "http://www.animeinspirations.com/admin.php"
["execute"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}
Can't really diagnoise the issue.
This line here:
#1 /home/content/45/12080645/html/library/XenForo/Deferred/ImportMasterData.php(21): XenForo_Model_Option->importOptionsDevelopmentXml('C:\xampp\htdocs...')
Seems to be pointed toward a directory for my local install (which I admittedly was having some trouble with) and I'm not too sure why that is. Any help on resolving this issue would be appreciated.