Actions
Bug #41942
closedNo storagePid in fresh install
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-10-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
RepositoryRepository does not find Repository due to missing respectStoragePid = FALSE configuration
When I set:
module.tx_extensionmanager.persistence.storagePid = 0
in the TS Template it works.
SInce there is noch check if($repository !== NULL) before calling $repository->getLastUpdate() in the updateExtensionListFromTerAction method of the UpdateFromTerController a fatal error is thrown.
Actions