-
Notifications
You must be signed in to change notification settings - Fork 66
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
zikula:install:finish fails, missing table 'groups' #4762
Comments
Hello @tacman I suspect the issue is a result from this change. Not sure yet about what a better alternative would be, but I can think/research about it after we confirmed this is causing the Postgres problem. |
How about renaming the table instead? postgres has a different escaping
strategy (double-quotes, I think).
I had this same problem with the user table.
There's probably some way to let the annotation property escape this table
name, but I'm not sure what is it.
…On Sun, Dec 5, 2021 at 7:58 AM Axel Guckelsberger ***@***.***> wrote:
Hello @tacman <https://github.com/tacman>
I suspect the issue is a result from this change
<db162f6#diff-ab9d584961b297a11a8cf816d7e60c6ba1a494905ec1de0d72c1e22890877030>
.
Could you maybe try reverting this and see if this fixes the issue?
Not sure yet about what a better alternative would be, but I can
think/research about it after we confirmed this is causing the Postgres
problem.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4762 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEXIQIEYEH2LMXAIW23XS3UPNOWBANCNFSM5F5F6LNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Yes, this would be a possible solution indeed. |
Expected behaviour - What did you expect to happen?
Current behavior - What happened instead?
Possible solution
Confirm that the 'groups' table is created during :start.
Steps to reproduce
Context
Zikula version
3.x-git
PHP version
8.0.x
The text was updated successfully, but these errors were encountered: