-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does not work on CWP/SilverStripe cloud or in local dev env #13
Comments
Thanks for this report. Can you provide more details of your local environment (I have no access to Silverstripe Cloud)?
Thanks! |
locally the settings are:
In CWP, the MySQL database settings currently restrict the creation of additional temporary databases due to security concerns. While this limitation is acceptable to us, we're considering exporting the SQL to a development database and then executing it on the server. |
I've found that removing all $db fields in Page.php resolved the issue. The only unique thing i can see from this file is that it's in the global namespace |
Thanks. I'll try to reproduce the issue as time allows. The lack of namespace for Page should not have been a problem, as this is the typical pattern for CMS implementations. |
Attempting to run this module in SilverStripe cloud results in the following error:
Running it locally (full permissions with MariaDB) results in a different SQL error:
note /dev/build works as expected
The text was updated successfully, but these errors were encountered: