db_sync icon indicating copy to clipboard operation
db_sync copied to clipboard

Not saving section creation query

Open renansantos opened this issue 11 years ago • 3 comments

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.

renansantos avatar Aug 29 '12 15:08 renansantos

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

nickdunn avatar Sep 09 '12 18:09 nickdunn

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.

renansantos avatar Sep 25 '12 13:09 renansantos

@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

toledox82 avatar Jan 08 '13 06:01 toledox82