Error when moved to XAMPP

Hi, I’m a newbie on CakePHP and I moved the application from Ubuntu to XAMPP. After installing XAMPP, i copied the source code in the htdocs, enabled the intl then fire up Apache and MySQL.

I got this error:

2016-07-19 23:23:13 Error: Fatal Error (256): [Cake\View\Exception\MissingLayoutException] Layout file “Layout\missing_controller.ctp” is missing.
#0 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\View\View.php(615): Cake\View\View->_getLayoutFileName(‘missing_control…’)
#1 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\View\View.php(592): Cake\View\View->renderLayout(’’, ‘missing_control…’)
#2 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(356): Cake\View\View->render(‘error500’, ‘error’)
#3 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(335): Cake\Error\ExceptionRenderer->_outputMessageSafe(‘error500’)
#4 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(327): Cake\Error\ExceptionRenderer->_outputMessage(‘error500’)
#5 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(192): Cake\Error\ExceptionRenderer->_outputMessage(‘error’)
#6 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ErrorHandler.php(144): Cake\Error\ExceptionRenderer->render()
#7 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\BaseErrorHandler.php(179): Cake\Error\ErrorHandler->_displayException(Object(Cake\Error\PHP7ErrorException))
#8 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\BaseErrorHandler.php(163): Cake\Error\BaseErrorHandler->handleException(Object(Cake\Error\PHP7ErrorException))
#9 [internal function]: Cake\Error\BaseErrorHandler->wrapAndHandleException(Object(Cake\Error\PHP7ErrorException))
#10 {main} in [D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ErrorHandler.php, line 156]

2016-07-19 23:23:13 Error: [Cake\Error\FatalErrorException] [Cake\View\Exception\MissingLayoutException] Layout file “Layout\missing_controller.ctp” is missing.
#0 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\View\View.php(615): Cake\View\View->_getLayoutFileName(‘missing_control…’)
#1 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\View\View.php(592): Cake\View\View->renderLayout(’’, ‘missing_control…’)
#2 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(356): Cake\View\View->render(‘error500’, ‘error’)
#3 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(335): Cake\Error\ExceptionRenderer->_outputMessageSafe(‘error500’)
#4 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(327): Cake\Error\ExceptionRenderer->_outputMessage(‘error500’)
#5 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ExceptionRenderer.php(192): Cake\Error\ExceptionRenderer->_outputMessage(‘error’)
#6 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\ErrorHandler.php(144): Cake\Error\ExceptionRenderer->render()
#7 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\BaseErrorHandler.php(179): Cake\Error\ErrorHandler->_displayException(Object(Cake\Error\PHP7ErrorException))
#8 D:\xampp\htdocs\devnew\vendor\cakephp\cakephp\src\Error\BaseErrorHandler.php(163): Cake\Error\BaseErrorHandler->handleException(Object(Cake\Error\PHP7ErrorException))
#9 [internal function]: Cake\Error\BaseErrorHandler->wrapAndHandleException(Object(Cake\Error\PHP7ErrorException))
#10 {main}
Request URL: /devnew/
2016-07-19 23:23:13 Error: [Error] Call to undefined function App\Controller\split()
Request URL: /devnew

Any help is much appreciated!