Bug #45472
closedFatal Error: index_ts.php on line 83
0%
Description
Dear
I Try to make an Update from Typo3 4.7.7 to Typo3 6.0.1
I had changed the index.php as well as typo3 and t3lib Folder.
The Installtool runned properly. After this Update I got a Failure displayed.
Warning: require(typo/t3lib/config_default.php) [function.require]: failed to open stream: No such file or directory in typo/typo3/sysext/cms/tslib/index_ts.php on line 83
Fatal error: require() [function.require]: Failed opening required 'typo/t3lib/config_default.php' (include_path='/typo/typo3/contrib/pear/:/usr/local/php/lib/php:.') intypo/typo3/sysext/cms/tslib/index_ts.php on line 83
What can I do in this case?
Thank you for any Help.
Updated by Aske Ertmann almost 12 years ago
- Project changed from 2234 to TYPO3 Core
I've moved this to a more appropiate project, since it has something to do with TYPO3 CMS and not TYPO3 Neos
Updated by Wouter Wolters almost 12 years ago
Which PHP version are you using?
Did you tried to remove the typo3temp/Cache/ directory and load the page again?
Updated by Patrick Broens almost 12 years ago
- Category set to Miscellaneous
- Status changed from New to Rejected
- Complexity set to easy
- TYPO3 Version set to 6.1
Analyzing the error and the file it is referring to, it seems you did not update the typo3 folder properly. This error cannot appear on that particular line with the missing file config_default.php when using 6.0.1. This error can only appear when using the typo3 folder from 4.7.7
Please check your installation properly. I'm rejecting this issue, because you did not update well.