[TYPO3-rte] Fatal error
Tapio Markula
tapio.markula at xetpoint.fi
Sat Nov 7 07:56:38 CET 2009
Hi
Trying to browse image folders in image dialog I got this fatal error
(Typo3 4.2.6)
*Fatal error*: Call to a member function checkPathAgainstMounts() on a
non-object in *C:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\typo3\class.browse_links.php* on line *2493*
the line has:
return $this->fileProcessor->checkPathAgainstMounts(ereg_replace('\/$',
'', $folder) . '/') ? true : false;
the object has been defined in the init function in class.browse_liks.php:
$this->fileProcessor = t3lib_div::makeInstance('t3lib_basicFileFunctions');
the class "t3lib_basicFileFunctions" (defined in the file
class.t3lib_basicfilefunc.php) has the method
So I don't figure why the PHP interpreter doesn't regard the
$this->fileProcessor->checkPathAgainstMounts as a valid method.
More information about the TYPO3-project-rte
mailing list