Open jeremiahkjones opened 6 years ago
Same issue here.
Same issue here:
$ docker run -it -v $(pwd)/projects:/usr/src/exakat/projects --rm --name my-exakat exakat/exakat exakat init -p guzzle3 -R https://github.com/guzzle/guzzle3.git
$ docker run -it -v $(pwd)/projects:/usr/src/exakat/projects --rm --name my-exakat exakat/exakat exakat project -p guzzle3 -v
Cleaning project
Cleaning project guzzle3
removing datastore.sqlite
Removed 1 files
Error : Unable to open database: bad parameter or other API misuse
on file phar:///usr/src/exakat/exakat/library/Exakat/Datastore.php
on line 54
This is one Windows 10 within WSL, but I do have the same issue with PowerShell.
I've tried the same on a MacOS mojave machine and I don't have this issue. I think there are permissions issue with the file mounting. I think this is related to #17 .
I'm using the latest exakat image (currently 1.3.4 - Build 782). The project init command seems to work fine, but when running the
project
command it fails with the following error:Is there a work-around or a fix expected soon?