Hi, after migrating one of my multi-site’s sites DB tables and pointing the dns to my live server, I receive the following error (after setting debug to TRUE):
PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Unrecognized extension in file: ' in /vendor/illuminate/view/Factory.php:258
Stack trace:
#0 /vendor/illuminate/view/Factory.php(227): Illuminate\View\Factory->getEngineFromPath('')
#1 /vendor/illuminate/view/Factory.php(112): Illuminate\View\Factory->viewInstance('', '', Array)
#2 [internal function]: Illuminate\View\Factory->file('', Array, Array)
#3 /app/lib/Sage/Template/Blade.php(127): call_user_func_array(Array, Array)
#4 /app/lib/Sage/Template/Blade.php(62): Roots\Sage\Template\Blade->__call('file', Array)
#5 /app/lib/Sage/Template/Blade.php(62): Roots\Sage\Template\Blade->file('', Array, Array)
#6 /../public_html in /vendor/illuminate/view/Factory.php on line 258
My other site works perfectly but just the 2nd one, I migrated, receives this error. Any ideas what this could be?