Primacy Posted June 5, 2016 Share Posted June 5, 2016 During the database connection process, right after I get connected and move to next step it's a blank webpage showing just the "WHMCS Version #" and no fields below it. If I direct to the folder where the files are being located it states the following... Fatal error: Class 'Illuminate\Database\Connection' not found in /home/lfalletta/public_html/clients/vendor/illuminate/database/Illuminate/Database/MySqlConnection.php on line 8 I followed the install steps to a "T" and don't understand why it won't bring me to the next step after the Database fill-out-form. 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted June 5, 2016 Share Posted June 5, 2016 You've initialized capsule , before everything else, right? use Illuminate\Database\Capsule\Manager as Capsule; Just making sure 0 Quote Link to comment Share on other sites More sharing options...
Primacy Posted June 5, 2016 Author Share Posted June 5, 2016 You've initialized capsule , before everything else, right? use Illuminate\Database\Capsule\Manager as Capsule; Just making sure I haven't done anything but "Check Meet Requirements" and ran the "Install.php" process. Created a MySQL database and all requirements were "Green" checkmarks. No where in the instructions mention anything about Capsule? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 5, 2016 Share Posted June 5, 2016 I haven't done anything but "Check Meet Requirements" and ran the "Install.php" process. Created a MySQL database and all requirements were "Green" checkmarks. No where in the instructions mention anything about Capsule? the previous reply from twhiting9275 probably assumed you were wanting to connect to the database using an action hook- but it seems that you're still in the install process of WHMCS. what I suggest you try is uploading the 'vendor' folder again - it's not uncommon for some files not to upload correctly during an install and/or upgrade process. hopefully that will resolve the issue and your install can progress further. 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.