Skip to content
New issue

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

Sake task failures #315

Open
emteknetnz opened this issue Sep 26, 2024 · 1 comment
Open

Sake task failures #315

emteknetnz opened this issue Sep 26, 2024 · 1 comment
Labels

Comments

@emteknetnz
Copy link
Member

emteknetnz commented Sep 26, 2024

Noticed there's a couple of the new sake tasks that cause issues on a default install of recipe-kitchen-sink for CMS 6

sake tasks:content-review-emails

ERROR [Emergency]: Uncaught TypeError: SilverStripe\ContentReview\Tasks\ContentReviewEmails::isValidEmail(): Argument #1 ($email) must be of type ?string, array given, called in /var/www/vendor/silverstripe/contentreview/src/Tasks/ContentReviewEmails.php on line 37
IN

sake tasks:userforms-column-clean

[SilverStripe\ORM\Connect\DatabaseException]
Couldn't run query:

SHOW COLUMNS
FROM SilverStripe\UserForms\Model\EditableFormField

You have an error in your SQL syntax; check the manual that corresponds to your Mar
iaDB server version for the right syntax to use near '\UserForms\Model\EditableForm
Field' at line 1

@GuySartorelli
Copy link
Member

ContentReviewEmails::isValidEmail() is being removed in #193 so that one should take care of itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants