Bug #21974
closedSQL error if i want to create a page by using "Page (inside)"
0%
Description
If I create a page by using the "Page (inside)" and click on save or select another page-type I allways get the error-message:
2: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW4b522b434065e)
I don't know where exactly this bug is in the code because I don't have a backtrace :)
(issue imported from #M13264)
Updated by Simon Schick almost 15 years ago
Hey, I've got the same problem if I want to create a page by using "Page (after)"
2: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW4b522cbd215bf)
Only the method "Page (select position)" is working ...
p.s. If it's important I'm developing on Windows7 with the ZEND-Server Community Edition. The browser i've tested with is FireFox 3.5.7
Updated by Simon Schick almost 15 years ago
Now I tried to create a specific content-type and this didn't work also ...
hey - If I'm the only one with this problem - let me know ...
2: SQL error: 'Incorrect integer value: '' for column 'parent' at row 1' (tx_templavoila_tmplobj:NEW4b522e74f1544)
I can't create an TemplaVoilà-TemplateObject - but I can create an TemplaVoilà-DataStructure ...
Updated by Christian Kuhn almost 15 years ago
Resolved as duplicate of #20052.
@Simon, this is a problem with mysql running in STRICT mode, please have a look at the duplicate issue.