Greetings
I want to migrate from our server to another one. So my first step was to make a new installation to test speed on the new server (cloudways on digital ocean)
PHP 7.1
MySQL 5.6
Installer was a breeze (all tests OK), but if I want to logon, I got the follwoing error(s).
Notice: unserialize(): Unexpected end of serialized data in /home/myserver.cloudwaysapps.com/mypath/public_html/framework/caching/CCache.php on line 108 Notice: unserialize(): Error at offset 0 of 1 bytes in /home/myserver.cloudwaysapps.com/mypath/public_html/framework/caching/CCache.php on line 108 Notice: unserialize(): Unexpected end of serialized data in /home/myserver.cloudwaysapps.com/mypath/public_html/framework/caching/CCache.php on line 108 Notice: unserialize(): Error at offset 0 of 1 bytes in /home/myserver.cloudwaysapps.com/mypath/public_html/framework/caching/CCache.php on line 108 Notice: Trying to get property of non-object in /home/myserver.cloudwaysapps.com/mypath/public_html/framework/db/ar/CActiveRecord.php on line 661 Fatal error: Uncaught Error: Call to a member function getColumn() on null in /home/myserver.cloudwaysapps.com/mypath/public_html/framework/db/schema/CDbCommandBuilder.php:675 Stack trace: #0 /home/myserver.cloudwaysapps.com/mypath/public_html/framework/db/ar/CActiveRecord.php(1540): CDbCommandBuilder->createColumnCriteria(NULL, Array, '', Array, '`t`.') #1 /home/myserver.cloudwaysapps.com/mypath/public_html/protected/models/X2Model.php(442): CActiveRecord->findAllByAttributes(Array) #2 /home/myserver.cloudwaysapps.com/mypath/public_html/protected/models/X2Model.php(381): X2Model::getModules() #3 /home/myserver.cloudwaysapps.com/mypath/public_html/protected/components/behaviors/QuickCreateRelationshipBehavior.php(69): X2Model::getModelNames() #4 /home/myserver.cloudwaysapps.com/mypath/public_html/protected/components/X2ClientScript.php(847): QuickCreateRelationshipBehavior::getModelsWhichSupportQuickCreate(true) #5 /home/myserver.cloudwaysapps.com/mypath/public_html/protected/components/X2ClientScript.php(11 in /home/myserver.cloudwaysapps.com/mypath/public_html/framework/db/schema/CDbCommandBuilder.php on line 675
May someone has an idea?
Regards,
Andreas