Project

General

Profile

Actions

Bug #16782

closed

Oracle : Swap (online / offline) between 2 pages or contents,...

Added by Simon Boussekeyt over 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-12-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Karsten Dambekalns about 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...

Actions #2

Updated by Karsten Dambekalns about 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...

Actions #3

Updated by Dmitry Dulepov about 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 :(

Actions #4

Updated by Xavier Perseguers over 14 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).

Actions #5

Updated by Xavier Perseguers over 14 years ago

Could not reproduce this bug.

Actions

Also available in: Atom PDF