I just finished a conversion from vB4 to XF2 which had worked fine in a testbed, but on trying it for real I'm getting the following befuddling errors when I hit the main site:
XF 2.0.10 and importer 1.2. PHP 5.6.33.
And:Stack trace
- ErrorException: [E_NOTICE] Undefined index: hh
- src/XF/Criteria/Page.php:44
- Generated by: Unknown account
- Nov 15, 2018 at 12:05 PM
#0 src/XF/Criteria/Page.php(44): XF::handlePhpError(8, 'Undefined index...', '/var/www/rpgnet...', 44, Array)
#1 src/XF/Criteria/AbstractCriteria.php(53): XF\Criteria\Page->_matchBefore(Array, Object(Siropu\AdsManager\XF\Entity\User))
#2 src/XF/NoticeList.php(98): XF\Criteria\AbstractCriteria->isMatched(Object(Siropu\AdsManager\XF\Entity\User))
#3 src/XF/Pub/App.php(509): XF\NoticeList->addConditionalNotice(341, 'block', 'New rules have ...', Array)
#4 src/XF/Pub/App.php(446): XF\Pub\App->getNoticeList(Array)
#5 src/XF/App.php(1766): XF\Pub\App->renderPageHtml('\n\t\n\n\n\n\n\n\n\n\n\n\n\n\t...', Array, Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#6 src/XF/Mvc/Dispatcher.php(310): XF\App->renderPage('\n\t\n\n\n\n\n\n\n\n\n\n\n\n\t...', Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#7 src/XF/Mvc/Dispatcher.php(44): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#8 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#9 src/XF.php(329): XF\App->run()
#10 index.php(13): XF::runApp('XF\\Pub\\App')
#11 {main}
Request state
array(4) {
["url"] => string(20) "/forums/xf/index.php"
["referrer"] => bool(false)
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
And:Stack trace
- ErrorException: [E_NOTICE] Undefined index: mm
- src/XF/Criteria/Page.php:44
- Generated by: Unknown account
- Nov 15, 2018 at 12:05 PM
#0 src/XF/Criteria/Page.php(44): XF::handlePhpError(8, 'Undefined index...', '/var/www/rpgnet...', 44, Array)
#1 src/XF/Criteria/AbstractCriteria.php(53): XF\Criteria\Page->_matchBefore(Array, Object(Siropu\AdsManager\XF\Entity\User))
#2 src/XF/NoticeList.php(98): XF\Criteria\AbstractCriteria->isMatched(Object(Siropu\AdsManager\XF\Entity\User))
#3 src/XF/Pub/App.php(509): XF\NoticeList->addConditionalNotice(341, 'block', 'New rules have ...', Array)
#4 src/XF/Pub/App.php(446): XF\Pub\App->getNoticeList(Array)
#5 src/XF/App.php(1766): XF\Pub\App->renderPageHtml('\n\t\n\n\n\n\n\n\n\n\n\n\n\n\t...', Array, Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#6 src/XF/Mvc/Dispatcher.php(310): XF\App->renderPage('\n\t\n\n\n\n\n\n\n\n\n\n\n\n\t...', Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#7 src/XF/Mvc/Dispatcher.php(44): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#8 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#9 src/XF.php(329): XF\App->run()
#10 index.php(13): XF::runApp('XF\\Pub\\App')
#11 {main}
Request state
array(4) {
["url"] => string(20) "/forums/xf/index.php"
["referrer"] => bool(false)
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
That trio shows up every time int he logs, while the page just says "An unexpected error occurred. Please try again later."Stack trace
- Exception: DateTime::__construct(): Failed to parse time string (2018-10-30 at position 11 ): Unexpected character
- src/XF/Criteria/Page.php:44
- Generated by: Unknown account
- Nov 15, 2018 at 12:05 PM
#0 src/XF/Criteria/Page.php(44): DateTime->__construct('2018-10-30 :', Object(DateTimeZone))
#1 src/XF/Criteria/AbstractCriteria.php(53): XF\Criteria\Page->_matchBefore(Array, Object(Siropu\AdsManager\XF\Entity\User))
#2 src/XF/NoticeList.php(98): XF\Criteria\AbstractCriteria->isMatched(Object(Siropu\AdsManager\XF\Entity\User))
#3 src/XF/Pub/App.php(509): XF\NoticeList->addConditionalNotice(341, 'block', 'New rules have ...', Array)
#4 src/XF/Pub/App.php(446): XF\Pub\App->getNoticeList(Array)
#5 src/XF/App.php(1766): XF\Pub\App->renderPageHtml('\n\t\n\n\n\n\n\n\n\n\n\n\n\n\t...', Array, Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#6 src/XF/Mvc/Dispatcher.php(310): XF\App->renderPage('\n\t\n\n\n\n\n\n\n\n\n\n\n\n\t...', Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#7 src/XF/Mvc/Dispatcher.php(44): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#8 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#9 src/XF.php(329): XF\App->run()
#10 index.php(13): XF::runApp('XF\\Pub\\App')
#11 {main}
Request state
array(4) {
["url"] => string(20) "/forums/xf/index.php"
["referrer"] => bool(false)
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
XF 2.0.10 and importer 1.2. PHP 5.6.33.