Project

General

Profile

Actions

Bug #23958

closed

Poor solution for t3lib_div::makeInstance() for t3lib_basicFileFunctions and t3lib_extFileFunctions

Added by Johannes Hahn over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

File name and class name do not match (eg. 't3lib_bascifilefunc' vs 't3lib_basicFileFunctions') and t3lib_extFileFunctions vs t3lib_extFileFunction.

The solution for it is always :

just include
require_once(PATH_t3lib.'class.t3lib_basicfilefunc.php'); or
require_once(PATH_t3lib.'class.t3lib_extFileFunction.php');

This solution ends up in returning bug reports

ISSUES:
0004756
0009087

(issue imported from #M16269)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #16842: Usage of t3lib_basicFileFunctions in own FE-plugin not possibleClosed2007-01-09

Actions
Related to TYPO3 Core - Bug #19173: Can't call t3lib_div::makeInstance() for t3lib_basicFileFunctions and t3lib_extFileFunctionsClosedIngo Renner2008-07-31

Actions
Actions #1

Updated by Steffen Gebert over 13 years ago

Is this really still an issue in 4.3/4.4? The autoloader should load the file for you automatically.

Actions #2

Updated by Johannes Hahn over 13 years ago

sorry for that issue,
but i have to include always that files for backward compatibility for lower typo3 versions than 4.3. so i have no benefit to autoloader.

i think we can close that.

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF