Actions
Bug #43938
closedTask - Workspaces auto-publication
Start date:
2012-12-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I can not create this task.
Fatal error: Class '\TYPO3\CMS\Workspaces\Service\AutoPublishServiceTask' not found in /kunden/xxxx/rp-hosting/xxxx/xxx/typo3cms/typo3_src-6.0.0/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4155
Updated by Tobias Liebig almost 12 years ago
- Target version set to 6.0.1
- % Done changed from 0 to 90
Wrong task registration in typo3/sysext/workspaces/ext_localconf.php
currently:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Workspaces\\Service\\AutoPublishServiceTask'] = array(
should be:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Workspaces\\Task\\AutoPublishTask'] = array(
Patch pending.
https://review.typo3.org/17143
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch workspaces_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17678
Updated by Christian Kuhn almost 12 years ago
- Category set to Bugs
- Status changed from Under Review to Resolved
- Assignee set to Christian Kuhn
- % Done changed from 90 to 100
- PHP Version set to 5.3
- TYPO3 Version set to 6.0
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions