We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The error I get is - This command is only supported on MacOS, use composer server db info to see the database connection details.
This command is only supported on MacOS, use composer server db info to see the database connection details.
php_uname( 's' ) returns Darwin for me, I am not sure if that is supposed to be different on Mac.
php_uname( 's' )
Darwin
altis-local-server/inc/composer/class-command.php
Lines 488 to 491 in 016af65
Expected behavior Command to work on Mac, If I comment this if condition, the database is loaded in sequel pro.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Ah this is a regression, the logic was reversed. I'll fix it asap.
Sorry, something went wrong.
Thanks for the quick fix! much appreciated ❤️
Released in 4.0.2 👍 - thanks for the bug report!
Successfully merging a pull request may close this issue.
Describe the bug
The error I get is -
This command is only supported on MacOS, use composer server db info to see the database connection details.
php_uname( 's' )
returnsDarwin
for me, I am not sure if that is supposed to be different on Mac.altis-local-server/inc/composer/class-command.php
Lines 488 to 491 in 016af65
Expected behavior
Command to work on Mac, If I comment this if condition, the database is loaded in sequel pro.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: