Actions
Bug #11268
closedFatal in Trunk
Start date:
2010-12-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I tried to open BE module>info>linkvalidator in t3 trunk using linkvalidator trunk
Fatal error: require_once() [function.require]: Failed opening required '/opt/lampp/htdocs/t3_playground/dummy/typo3/sysext/linkvalidator/lib/class.tx_linkvalidator_checkinternallinks.php' (include_path='.:/opt/lampp/lib/php') in /home/spieler/t3_playground/t3_trunk/t3lib/class.t3lib_div.php on line 5606Call Stack
- Time Memory Function Location
1 0.0015 377716 {main}( ) ../index.php:0
2 0.5067 13397052 SC_mod_web_info_index->main( ) ../index.php:231
3 0.5575 13477360 t3lib_SCbase->extObjContent( ) ../index.php:137
4 0.5576 13477332 tx_linkvalidator_modfunc1->main( ) ../class.t3lib_scbase.php:385
5 0.5604 13477464 tx_linkvalidator_modfunc1->initialize( ) ../class.tx_linkvalidator_modfunc1.php:61
6 0.5604 13477508 t3lib_div::getUserObj( ) ../class.tx_linkvalidator_modfunc1.php:108
7 0.5610 13477908 t3lib_div::requireOnce( ) ../class.t3lib_div.php:5329
oviously the folder lib does not exists
Updated by Pierre Boivin almost 14 years ago
Is it possible you have not clear your TYPO3 cache. Seems like you load the old ext_localconf.php which refer to lib repository.
Updated by Pierre Boivin almost 14 years ago
- Status changed from New to Needs Feedback
Updated by Philipp Gampe almost 14 years ago
That might have been the problem. It works today.
This issue can be closed.
Updated by Patrick Gaumond almost 14 years ago
- Status changed from Needs Feedback to Closed
- % Done changed from 0 to 100
Updated by Michael Stucki almost 11 years ago
- Project changed from 1510 to TYPO3 Core
- Category changed from Linkvalidator to Linkvalidator
Actions