Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b4
-
Component/s: None
-
Labels:None
Description
Attempting to install Blesta on php7 leads to an error:
PHP Fatal error: Uncaught TypeError: Argument 1 passed to UnknownException::setExceptionHandler() must be an instance of Exception, instance of Error given in /var/www/html/vendors/minphp/bridge/src/Lib/UnknownException.php:29
Stack trace:
#0 [internal function]: UnknownException::setExceptionHandler(Object(Error))
#1Unknown macro: {main}thrown in /var/www/html/vendors/minphp/bridge/src/Lib/UnknownException.php on line 29
Undefined variable: e
This is probably bridge-related.
This occurs after installing and configuring the database, during the "Upgrading database..." task.