I've tried to vaidate a WP backup with kickstart. After the restore of the database however, I get the following error message:
UnexpectedValueException — DirectoryIterator::__construct(/home/www/www.xyz.com/sites) [directoryiterator.construct.php]: failed to open dir: No such file or directory
#0 /home/www/www.xyz.com/installation/platform/models/drupal7configuration.php(586): DirectoryIterator->__construct('/home/xxx/...') #1 /home/www/www.xyz.com/installation/platform/models/drupal7configuration.php(34): AngieModelDrupal7Configuration->getSettingsFolders() #2 /home/www/www.xyz.com/installation/framework/model/model.php(158): AngieModelDrupal7Configuration->__construct(Array, Object(AContainer)) #3 /home/www/www.xyz.com/installation/angie/models/base/setup.php(30): AModel::getAnInstance('Configuration', 'AngieModel', Array, Object(AContainer)) #4 /home/www/www.xyz.com/installation/framework/model/model.php(158): AngieModelBaseSetup->__construct(Array, Object(AContainer)) #5 /home/www/www.xyz.com/installation/framework/controller/controller.php(630): AModel::getAnInstance('Setup', 'AngieModel', Array, Object(AContainer)) #6 /home/www/www.xyz.com/installation/framework/controller/controller.php(921): AController->createModel('Setup', 'AngieModel', Array) #7 /home/www/www.xyz.com/installation/framework/controller/controller.php(579): AController->getModel('Setup', 'AngieModel', Array) #8 /home/www/www.xyz.com/installation/framework/controller/controller.php(539): AController->getThisModel() #9 /home/www/www.xyz.com/installation/framework/controller/controller.php(554): AController->display() #10 /home/www/www.xyz.com/installation/framework/controller/controller.php(511): AController->main() #11 /home/www/www.xyz.com/installation/framework/dispatcher/dispatcher.php(267): AController->execute('default') #12 /home/www/www.xyz.com/installation/framework/application/application.php(182): ADispatcher->dispatch() #13 /home/www/www.xyz.com/installation/index.php(76): AApplication->dispatch() #14 {main}
Any hint on where to look for the reason for this error?
Thanks a lot in advance! Thomas