When I try to enter my admin panel I get shown an error "An unexpected error occurred. Please try again later." If I look in the database what the last error is that is thrown I see:
message: The session key must be overridden.
The stack trace:
#0 src/XF/Container.php(28): XF\App->XF\{closure}(Object(XF\Container))
#1 src/XF/App.php(2199): XF\Container->offsetGet('session')
#2 src/XF/Admin/App.php(52): XF\App->session()
#3 src/XF/App.php(1876): XF\Admin\App->start(true)
#4 src/XF.php(328): XF\App->run()
#5 admin.php(13): XF::runApp('XF\\Admin\\App')
#6 {main} | a:4:{s:3:"url";s:16:"/forum/admin.php";s:8:"referrer";s:46:"https://www.pandemic-horde.org/forum/index.php";s:4:"_GET";a:0:{}s:5:"_POST";a:0:{}}
I'm not quite sure when to start on analysing fixing this myself as I'm not quite sure what this means. I've tried to figure out where this exception is thrown but only see a reference in XF\App.php
Could someone provide me with a little bit more context? This is currently occurring on a production environment that has not had any issues in the past and im recovering a backup to my dev environment to maybe debug some more.
Any insight would be greatly appreciated.
message: The session key must be overridden.
The stack trace:
#0 src/XF/Container.php(28): XF\App->XF\{closure}(Object(XF\Container))
#1 src/XF/App.php(2199): XF\Container->offsetGet('session')
#2 src/XF/Admin/App.php(52): XF\App->session()
#3 src/XF/App.php(1876): XF\Admin\App->start(true)
#4 src/XF.php(328): XF\App->run()
#5 admin.php(13): XF::runApp('XF\\Admin\\App')
#6 {main} | a:4:{s:3:"url";s:16:"/forum/admin.php";s:8:"referrer";s:46:"https://www.pandemic-horde.org/forum/index.php";s:4:"_GET";a:0:{}s:5:"_POST";a:0:{}}
I'm not quite sure when to start on analysing fixing this myself as I'm not quite sure what this means. I've tried to figure out where this exception is thrown but only see a reference in XF\App.php
Could someone provide me with a little bit more context? This is currently occurring on a production environment that has not had any issues in the past and im recovering a backup to my dev environment to maybe debug some more.
Any insight would be greatly appreciated.