Bug #16782
closedOracle : Swap (online / offline) between 2 pages or contents,...
0%
Description
When i us the versionning, i have 2 different elements (content, page,...) If i want to swap between them, i have :
Warning: save() [function.save]: Cannot save a lob which size is less than 1 byte
I use an Oracle database with dbal and adodb.
Thank you.
(issue imported from #M4641)
Updated by Karsten Dambekalns over 17 years ago
Hi Dmitry, could check this? You probably don't have an Oracle setup at hand, so as an alternative you could tell me the parts of the core where the swapping of versions is actually done. :) Then I could debug it myself...
Updated by Karsten Dambekalns over 17 years ago
Hi Simon, could you check with the current code from SVN? It should not try to save empty LOBs, so your bug should be gone...
Updated by Dmitry Dulepov over 17 years ago
It is in TCEmain (t3lib/class.t3lib_tcemain.php), search for:
case 'version':
and follow from there. But you will need real debugger (such as Zend's) to follow it :(
Updated by Xavier Perseguers about 15 years ago
Is it still true? I could create a page and a few CE in draft/live and switch between them and publish them without problem (DBAL 1.0.0 and TYPO3 4.3RC1).