Actions
Bug #25544
closedt3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
Status:
Closed
Priority:
Should have
Assignee:
Administrator Admin
Category:
t3editor
Target version:
-
Start date:
2008-11-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
some times the ajax call (loadTemplates) returns a warning (see attached screenshot)
when t3lib_div::makeInstance('pageSelect') is called the required file "class.t3lib_pagesselect.php" does not exists. This is becaus the class "pageSelect" is placed in "class.t3lib_page.php" (which is against naming convention to be honest)
Problem can be solved by including/requiring the file 'class.t3lib_page.php' in
typo3/sysext/t3editor/lib/ts_codecompletion/class.tx_t3editor_codecompletion.php
thanks to Stephan Petzel and Steffen Kamper for reporting
(issue imported from #M9789)
Actions