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
Receiving Malformed parameter "url". error when running php bin/console oro:message-queue:consume --env=prod. I've tried just about everything including a fresh reinstall - but nothing seems to work... In some other libraries that use parameters.yml files, it seems to boil down to the mySQL connection string needing to be escaped due to special characters being used in mySQL passwords and in secret strings, but escaping those doesn't seem to work either. Any thoughts?
The text was updated successfully, but these errors were encountered:
makeitaboldmove
changed the title
Can't run "php bin/console oro:message-queue:consume --env=prod"
Receiving "Malformed parameter "url"." error when running "php bin/console oro:message-queue:consume --env=prod".
Jan 30, 2023
Receiving
Malformed parameter "url".
error when runningphp bin/console oro:message-queue:consume --env=prod
. I've tried just about everything including a fresh reinstall - but nothing seems to work... In some other libraries that use parameters.yml files, it seems to boil down to the mySQL connection string needing to be escaped due to special characters being used in mySQL passwords and in secret strings, but escaping those doesn't seem to work either. Any thoughts?ORO CRM version: v5.0.0
PHP version: v8.1
Node version: v16.19.0
Config file:
This file is auto-generated during the composer install
The text was updated successfully, but these errors were encountered: