Editorn Posted November 21, 2023 Share Posted November 21, 2023 Hi, We've been forced to switch our live server (which is currently down), and I've done all the exports and imports and (most) settings. But something is missed, since I am greeted with this error when logging in: OutOfRangeException: (0) #0 /home/admin/domains/studio.se/public_html/system/Data/Store.php(214): IPS\Data\_AbstractData->__get() #1 /home/admin/domains/studio.se/public_html/applications/core/modules/front/system/login.php(306): IPS\Data\_Store->__get() #2 /home/admin/domains/studio.se/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\front\system\_login->loginas() #3 /home/admin/domains/studio.se/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #4 /home/admin/domains/studio.se/public_html/index.php(13): IPS\_Dispatcher->run() #5 {main} I've tried logging in to the admin control panel, but after logging in the UI says there is a configuration error. Error message: EX1267 Any advise? Link to comment Share on other sites More sharing options...
Marc Posted November 21, 2023 Share Posted November 21, 2023 Ensure you are exporting and importing the database with the same collation and char set. The error there is a mixed collation exception coming back from your mysql instance Link to comment Share on other sites More sharing options...
Editorn Posted November 21, 2023 Author Share Posted November 21, 2023 Thank you Marc, that makes sense. I'll look into it. 👍 Link to comment Share on other sites More sharing options...
Recommended Posts