-
Notifications
You must be signed in to change notification settings - Fork 1
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
Plugin not working #1
Comments
Hi, reproduced exactly your error on my Directus version 10.6.3. This error seems to happen when you save a "SQL Panel" field type in your data model without the required "SQL Query" field. Could you check that no "SQL Panel" field was saved without a "SQL Query" by mistake? |
I'm not sure what you mean.
|
This error occurs when the 'sql' property is not present in the field's options.
I would also suggest setting your "is_using_entity_id" to false since you seem not to be using it. This could cause an error (which is not related to the one in the issue but that you would have anyway). |
The |
Hi there, I'm experiencing the same issue. Anyway, here's what's up: What I'm running with:
In my data model I've already created collections like "Projekte", "Produkte" and such for testing purposes (stupid me to name them with uppercase letters). What I did so far:
Here's the queries I tried plus the logs from Docker if that might help (also containing the Query 1current entity's id: activated SELECT name FROM produkte; Unexpected error
Query 2current entity's id: activated SELECT Name FROM Produkte; Unexpected error
Query 3current entity's id: not activated SELECT name FROM produkte; Unexpected error
Query 4current entity's id: not activated SELECT Name FROM Produkte; Unexpected error
If there is any way to make it run, I'd be more than glad - it seems to be the last thing that is still missing for me to be finally able to set up the database. O__o |
I did everything according to the documentation using a very simple query but I keep getting this error:
I'm using Directus version 10.11.0.
The text was updated successfully, but these errors were encountered: