Actions
Bug #48440
closedPHP error when editing root template in TYPO3 6.1
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-05-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I get the following PHP error with TYPO3 6.1 when trying to edit the root template:
[Wed May 22 10:36:26 2013] [warn] [client 89.217.16.28] mod_fcgid: stderr: PHP Fatal error: Class 'ux_tx_tstemplateinfo' not found in /home/xxxxxxxx/public_html/typo3conf/ext/tsf/class.tx_tsf_hooks.php on line 5, referer: http://xxxxxxxx/typo3/backend.php
Looking at the code class ux_tx_tstemplateinfo is defined in class.ux_tx_tstemplateinfo.php but class.ux_tx_tstemplateinfo.php is not included in class.tx_tsf_hooks.php
Strange enough, editing templates on other pages works.
IIRC this used to work in TYPO3 4.5.26 before upgrading to TYPO3 6.1
Updated by Dmitry Dulepov over 11 years ago
- Status changed from New to Resolved
- Priority changed from Should have to Won't have this time
This is not about TYPO3 core but about extensions.
Actions