Bug #68528
official introduction package fails to install on a fresh installation
Status: | Resolved | Start date: | 2015-07-25 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Benjamin Mack | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 7.4 (Backend) | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.4 | Sprint Focus: | Stabilization Sprint | |
Complexity: |
Description
I tried now 5 times to install the official introduction package on a total fresh installed
typo3 6.2.14
"
Oops, an error occurred!
No file found for given UID.
More information regarding this error might be available online."
Error Links to: http://typo3.org/go/exception/CMS/1317178604
the log says:
--
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1317178604: No file found for given UID. | TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException thrown in file /srv/vhosts/XXX/typo3_src-6.2.14/typo3/sysext/core/Classes/Resource/ResourceFactory.php in line 347. Requested URL: http://XXX/typo3/mod.php?M=tools_ExtensionmanagerExtensionmanager&moduleToken=4284b530416b8825e50f044715947f948cfdae9d&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Bextension%5D=33800&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Baction%5D=installDistribution&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Bcontroller%5D=Download
--
tried on a centos 7 jiffy box (xen para vbox), all dependencies by installation are fine
Related issues
History
#1 Updated by Benjamin Mack 10 days ago
- Status changed from New to Accepted
- Assigned To set to Benjamin Mack
- Target version set to 7.4 (Backend)
- Sprint Focus set to Stabilization Sprint
I'm working on a new version.
#2 Updated by Markus Klein 6 days ago
Works for master now.
#3 Updated by Wouter Wolters 6 days ago
Worked for me too for master. Will try 6.2 now
#4 Updated by Stefan Neufeind 6 days ago
will test 6.2 as well here
#5 Updated by Wouter Wolters 6 days ago
6.2 worked for me too.
#6 Updated by Markus Klein 6 days ago
Does weird stuff.
I have 2 new files in the Core source after installing the intro package.
On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) typo3/sysext/extensionmanager/Resources/Public/Images/Distribution_01.png typo3/sysext/extensionmanager/Resources/Public/Images/Distribution_03.png
#7 Updated by Markus Klein 5 days ago
- Status changed from Accepted to Resolved
The export has been fixed by Benni and the Core is fixed with #68636 to not generate those sys_file records anymore.