alt3 / cakebox

Framework agnostic virtual PHP Development Environment
128 stars 27 forks source link

Missing PHP extension or unmet dependency #92

Closed kmcgowan0 closed 6 years ago

kmcgowan0 commented 6 years ago

When trying to run any cakebox commands, I get the following error

Exception: Database driver Cake\Database\Driver\Mysql cannot be used due to a missing PHP extension or unmet dependency in [/cakebox/console/vendor/cakephp/cakephp/src/Database/Connection.php, line 173]

This is the first site I've tried to create using Cakebox, so I'm a bit of a novice. Any help would be greatly appreciated.

bravo-kernel commented 6 years ago

The installed PHP extensions were hardcoded to 7.1.

Fixing them as we speak, https://github.com/alt3/cakebox/issues/91.

bravo-kernel commented 6 years ago

@kmcgowan0 @dereuromark the fix has been done. Two options for you:

  1. advized: create a new box, re-run the upgrade
  2. brave: uncomment the 4 lines below and rerun the update script https://github.com/alt3/cakebox/blob/dev/.cakebox/bash/ubuntu-16.sh#L8
bravo-kernel commented 6 years ago

Closed through #93.