Project

General

Profile

Bug #39130 » stacktrace.txt

Tymoteusz Motylewski, 2012-07-20 15:43

 
Uncaught TYPO3 Exception
#1320286857: File /\/_unitTestedFileRenamed.txt is not valid (".." and "//" is not allowed in path). (More information)

t3lib_file_exception_InvalidPathException thrown in file
C:\xampp\htdocs\community46\t3lib\file\Driver\LocalDriver.php in line 993.

9 t3lib_file_Driver_LocalDriver::checkFilePath("/\/_unitTestedFileRenamed.txt")

C:\xampp\htdocs\community46\t3lib\file\Driver\LocalDriver.php:
00235: public function getFileInfoByIdentifier($fileIdentifier) {
00236: // Makes sure the Path given as parameter is valid
00237: $this->checkFilePath($fileIdentifier);
00238:
00239: $dirPath = dirname($fileIdentifier);

8 t3lib_file_Driver_LocalDriver::getFileInfoByIdentifier("/\/_unitTestedFileRenamed.txt")

C:\xampp\htdocs\community46\t3lib\file\Driver\AbstractDriver.php:
00392: */
00393: public function getFileInfo(t3lib_file_FileInterface $file) {
00394: return $this->getFileInfoByIdentifier($file->getIdentifier());
00395: }
00396:

7 t3lib_file_Driver_AbstractDriver::getFileInfo(t3lib_file_File)

C:\xampp\htdocs\community46\t3lib\file\Storage.php:
00886: */
00887: public function getFileInfo($identifier) {
00888: return $this->driver->getFileInfo($identifier);
00889: }
00890:

6 t3lib_file_Storage::getFileInfo(t3lib_file_File)

C:\xampp\htdocs\community46\typo3\class.file_list.inc:
00510: // Initialization
00511: $this->counter++;
00512: $fileInfo = $fileObject->getStorage()->getFileInfo($fileObject);
00513:
00514: $this->totalbytes += $fileObject->getSize();

5 fileList::formatFileList(array, "file")

C:\xampp\htdocs\community46\typo3\class.file_list.inc:
00276:
00277: // Files are added
00278: $iOut .= $this->formatFileList($files, $titleCol);
00279:
00280: // Header line is drawn

4 fileList::getTable("fileext,tstamp,size,rw,_REF_")

C:\xampp\htdocs\community46\typo3\class.file_list.inc:
00108: */
00109: function generateList() {
00110: $this->HTMLcode .= $this->getTable('fileext,tstamp,size,rw,_REF_');
00111: }
00112:

3 fileList::generateList()

C:\xampp\htdocs\community46\typo3\sysext\filelist\mod1\index.php:
00311:
00312: // Generate the list
00313: $this->filelist->generateList();
00314:
00315: // Write the footer

2 SC_file_list::main()

C:\xampp\htdocs\community46\typo3\sysext\filelist\mod1\index.php:
00487: $SOBE = t3lib_div::makeInstance('SC_file_list');
00488: $SOBE->init();
00489: $SOBE->main();
00490: $SOBE->printContent();
00491:

1 require("C:\xampp\htdocs\community46\typo3\sysext\filelist\mod1\index.php")

C:\xampp\htdocs\community46\typo3\mod.php:
00043: require($temp_path . 'conf.php');
00044: $BACK_PATH = '';
00045: require($temp_path . 'index.php');
00046: $isDispatched = TRUE;
00047: } else {
    (1-1/1)