Actions
Bug #67533
closedLegacy uploadfolder does not work correct in workspaces
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
Actions