Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b5
-
Component/s: None
-
Labels:None
Description
When installing Blesta from the command line (at least on php7), specifying all CLI arguments in a single statement results in an error:
-bash: syntax error near unexpcted token `('
This is when running the command:
php ./index.php install -dbhost localhost -dbname db -dbuser user -dbpass pass
I think this was resolved via another PHP 7 fix.