XF 2.0 Upgrade Broken

I get the following error, and have checked the permissions which are set to 0644 as expected so it's not that since I even had the host check and repair too any ideas why this is stopping me upgrading to 2.0.5 from 2.0.4 ?

I have a ticket open too but in case anyone else knows, I'm also using PHP 7.2 with all the required add-ons also.

ErrorException: [E_WARNING] file_get_contents(/home/webhos10/reptilezone.net/src/vendor/symfony/debug/Resources/ext/symfony_debug.c): failed to open stream: Permission denied in src/XF/Util/Hash.php at line 9

  1. XF::handlePhpError()
  2. file_get_contents() in src/XF/Util/Hash.php at line 9
  3. XF\Util\Hash::hashTextFile() in src/XF/AddOn/AddOn.php at line 485
  4. XF\AddOn\AddOn->passesHealthCheck() in src/XF/Install/Controller/Upgrade.php at line 51
  5. XF\Install\Controller\Upgrade->actionIndex() in src/XF/Mvc/Dispatcher.php at line 249
  6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
  7. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  8. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1894
  9. XF\App->run() in src/XF.php at line 328
  10. XF::runApp() in install/index.php at line 14
 
Top Bottom