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

Not saving section creation query #4

Open
renansantos opened this issue Aug 29, 2012 · 3 comments
Open

Not saving section creation query #4

renansantos opened this issue Aug 29, 2012 · 3 comments

Comments

@renansantos
Copy link

Sorry if i'm saying something wrong, because my development knowledges are not great.
When i create a new section, symphony inserts a register into the table sym_sections, right?
This query is not being added into the manifest/db_sync.sql file.

@nickdunn
Copy link
Contributor

nickdunn commented Sep 9, 2012

Hmm weird, it does here. What version of Symphony are you using? For 2.3 you should be using v1.0 of this extension.

@renansantos
Copy link
Author

Just found the problem. The limit_section_entries extension seem to be the bad guy.
When it's enabled, the INSERT INTO sym_sections query is not added to the db_sync.sql file!

I don't know much about Symphony, but if it helps, my guess is that Symphony is not executing the delegate PostQueryExecution when the SectionPreCreate is playing together.

@toledox82
Copy link

@nickdunn I had the similar problem of @renansantos, I renamed one section, and after to run .sql to syncronize, don't renamed the section, I have too LSE extension installed.

Symphony 2.3.1
DB Sync 1.0

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

No branches or pull requests

3 participants