martinsweeny Posted December 16, 2019 Share Posted December 16, 2019 `Fatal error: Uncaught Error: Class 'WHMCS\View\Helper' not found in /app/app/init.php on line 0 Error: Class 'WHMCS\View\Helper' not found in /app/app/init.php on line 0 ` 0 Quote Link to comment Share on other sites More sharing options...
martinsweeny Posted December 16, 2019 Author Share Posted December 16, 2019 It seems I can't edit nor delete my own posts, but this was obviously a mistake. I pressed 'enter' while writing the subject. I'll start a new post... 0 Quote Link to comment Share on other sites More sharing options...
martinsweeny Posted December 16, 2019 Author Share Posted December 16, 2019 I am using https://lando.dev to spin up a local development instance. I am using the lamp recipe as a starter, and installing ioncube via a bash script: # .lando.yml name: whmcs recipe: lamp services: appserver: type: php:7.1 build_as_root: - apt upgrade -y - /bin/sh /app/scripts/install-ioncube.sh config: webroot: ./app xdebug: true It seems to start up fine, but when I open in a browser I get the following error: Fatal error: Uncaught Error: Class 'WHMCS\View\Helper' not found in /app/app/init.php on line 0 Error: Class 'WHMCS\View\Helper' not found in /app/app/init.php on line 0 0 Quote Link to comment Share on other sites More sharing options...
martinsweeny Posted December 17, 2019 Author Share Posted December 17, 2019 Re-extracting the files worked, for some reason 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.