You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in line 72 of FirebirdSchema.php the compact function tries to add the variable 'parameters' to the array, but there is no such variable. Therefore one cannot define a role for access to a Firebird DB. An error message states that there is an error at a "comapct call".
in line 72 of FirebirdSchema.php the compact function tries to add the variable 'parameters' to the array, but there is no such variable. Therefore one cannot define a role for access to a Firebird DB. An error message states that there is an error at a "comapct call".
Change this line to:
$settings = compact('schemaName', 'resourceName', 'name', 'internalName', 'quotedName'); //omit the 'parameters' variable
The text was updated successfully, but these errors were encountered: