-
Notifications
You must be signed in to change notification settings - Fork 189
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
SQLSTATE[42000]: Syntax error or access violation: 1064 #12
Comments
Layout should be the folder name of the layout that you use. By default it should be |
it appears when i go to the build url. |
Is the page layout now set to The query syntax |
yes i have set the layout to master, the themfiles are in the /themes folder in the root of the project. ok, i have updated the config file, the outcome changed somehow.. now i have a white page, no further error, also nothing in logfile :( |
Do you see the loading animation? Then maybe check your browser console for JavaScript errors or inspect the page source for PHP errors that are not displayed. |
ha, was on wrong url.. now it works.. thank your very much! what should i see on the builderpage? at the moment i see only this |
oh ok, in the demo is only a header, thought there are more blocks, nice package, have to play around with it. thank you for your great support! |
full Error:
PDOException SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= '1'' at line 1 http://mydomain/admin/pages/1/build
I have used #8 issuecomment-625410309
to add your pagebuilder into my exististing app,
added created a page (filled only name, didn't know if data and layout should be filled)
i created than the button for the building route
http://mydomain/admin/pages/1/build
but then the error appears, what can i do about it?
thanks
Denis
The text was updated successfully, but these errors were encountered: