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
Attempting to use the cv command on a Joomla 5 installation. I'm calling the command as follows using the www-data user:
$ cv api job.execute --user=cronuser cwd=/var/www/joomla and receiving the following error:
$ cv api job.execute --user=cronuser cwd=/var/www/joomla
In Joomla.php line 651: Attempted to load class "JFactory" from the global namespace. Did you forget a "use" statement?
Please advise, as this is putting a hold on the implementation.
Thank you
The text was updated successfully, but these errors were encountered:
Joomla 5 compatibility issues are being tracked here: https://lab.civicrm.org/dev/joomla/-/issues/54
Sorry, something went wrong.
No branches or pull requests
Attempting to use the cv command on a Joomla 5 installation. I'm calling the command as follows using the www-data user:
$ cv api job.execute --user=cronuser cwd=/var/www/joomla
and receiving the following error:
Please advise, as this is putting a hold on the implementation.
Thank you
The text was updated successfully, but these errors were encountered: