Migrating legacy setup to new server- getting issues
Permalink
I have an old application on concrete5.6.1.2
I need to move this application to a new server.....
I have already done Apcahe, MySQL setup and also moved the application files and db to the new server.....
But, I am getting following issue:
Warning: Declaration of dbTable::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 642
Warning: Declaration of dbIndex::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 806
Warning: Declaration of dbData::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 1051
Warning: Declaration of dbQuerySet::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 1302
Btw...... I have tried setting up the latest concrete5.7.5.9..... and the setup works fine.....without any issues.....
I also tried setting up a fresh copy of concrete5.6.1.2...... which shows same errors as the old setup....... along with errors in installation requirements that can be seen in attachment
I need to move this application to a new server.....
I have already done Apcahe, MySQL setup and also moved the application files and db to the new server.....
But, I am getting following issue:
Warning: Declaration of dbTable::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 642
Warning: Declaration of dbIndex::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 806
Warning: Declaration of dbData::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 1051
Warning: Declaration of dbQuerySet::create(&$xmls) should be compatible with dbObject::create() in C:\Sites\concrete5-copy2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 1302
Btw...... I have tried setting up the latest concrete5.7.5.9..... and the setup works fine.....without any issues.....
I also tried setting up a fresh copy of concrete5.6.1.2...... which shows same errors as the old setup....... along with errors in installation requirements that can be seen in attachment
Here is the screenshot of installation requirement issues for concrete5.6.1.2 on new server
What version of PHP does the new server have?
On new server its php 7.0.10
Did you ever get this sorted? I am having the same issue.
Any 5.4, 5.5, and 5.6 versions do not run on PHP7 without making modifications to the core.
Here is the GitHub issue about it https://github.com/concrete5/concrete5-legacy/pull/1955...
Here is the GitHub issue about it https://github.com/concrete5/concrete5-legacy/pull/1955...