hallo,
ich habe sk_softlinks installiert und bekomme beim Aufruf von "Softlink" im Backend diese Fehlermeldung:
Zitat:
Warning: t3lib_div::require_once(D:/___typo3/v.4.1.1/typo3/htdocs/typo3wamp/t3lib/class.t3lib_pageselect.php) [function.t3lib-div-require-once]: failed to open stream: No such file or directory in D:\___typo3\v.4.1.1\typo3\htdocs\typo3wamp\t3lib\class.t3lib_div.php on line 4107 Fatal error: t3lib_div::require_once() [function.require]: Failed opening required 'D:/___typo3/v.4.1.1/typo3/htdocs/typo3wamp/t3lib/class.t3lib_pageselect.php' (include_path='.;D:\___typo3\v.4.1.1\typo3\php\pear\') in D:\___typo3\v.4.1.1\typo3\htdocs\typo3wamp\t3lib\class.t3lib_div.php on line 4107 |
Typoscript-Code:
1: 2: 3: 4: 5:
| marks.softlink < plugin.tx_sksoftlinks_pi1 marks.softlink{ softlinkFile = fileadmin/softlinks.txt templateFile = typo3conf/ext/sk_softlinks/template.html } |
Was läuft da schief?