Project

General

Profile

Actions

Bug #67533

closed

Legacy uploadfolder does not work correct in workspaces

Added by Kurt Gusbeth almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2015-06-17
Due date:
% Done:

0%

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

Description

When I use the workspace with my extension, I get an error message when I select an image or a relation-element:

1: The destination (/var/www/html/xyz/uploads/tx_myquizpoll) or the source file (/var/www/html/xyz/uploads/tx_myquizpoll/2563) does not exist. (tx_myquizpoll_question:484:image)

Or:
"router: router
Element "tx_myquizpoll_category:197" does not exist" 

When I select a template-file (via flexform) there is a similar problem: the FAL-number is not replaced by the path to the template. See image.
This problems occurs only when I use the workspace.
This is the configuration for the db-table:

$TCA['tx_myquizpoll_question'] = array (
    'ctrl' => array (
        'title'     => 'LLL:EXT:myquizpoll/locallang_db.xml:tx_myquizpoll_question',        
        'label'     => 'title',    
        'tstamp'    => 'tstamp',
        'crdate'    => 'crdate',
        'cruser_id' => 'cruser_id',
        'versioningWS' => TRUE, 
        'origUid' => 't3_origuid',
        'languageField'            => 'sys_language_uid',    
        'transOrigPointerField'    => 'l10n_parent',    
        'transOrigDiffSourceField' => 'l10n_diffsource',    
        'sortby' => 'sorting',    
        'delete' => 'deleted',    
        'enablecolumns' => array (        
            'disabled' => 'hidden',    
            'fe_group' => 'fe_group',
        ),
        'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php',
        'iconfile'          => t3lib_extMgm::extRelPath($_EXTKEY).'icon_tx_myquizpoll_question.gif',
    ),
);

What can I do?


Files

files.png (5.63 KB) files.png Kurt Gusbeth, 2015-06-17 08:33
select-file.png (3.03 KB) select-file.png Kurt Gusbeth, 2015-10-21 09:45
select-image.png (8.88 KB) select-image.png Kurt Gusbeth, 2015-10-21 09:45

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #67676: Element "sys_file_reference:XXX" does not exist"ClosedOliver Hader2015-06-22

Actions
Actions

Also available in: Atom PDF