Uncaught_1376992145.txt

Andrea Böhm, 2013-09-06 20:34

Download (4.5 kB)

 
1
Exeption Filelist/_processed_
2
------------------------------
3

    
4
Uncaught TYPO3 Exception
5
#1376992145: You are not allowed to add files to this storage "0" (More information)
6

    
7
TYPO3\CMS\Core\Resource\Exception\InsufficientUserPermissionsException thrown in file
8
/foooo/typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/ResourceStorage.php in line 840.
9

    
10
8 TYPO3\CMS\Core\Resource\ResourceStorage::assureFileAddPermissions("/foooo/typo3temp/pics/29336c3711.jpg", TYPO3\CMS\Core\Resource\Folder, "RTEmagicC_01_Logopaedie_KWA_Klinik_Stift_Rottal.jpg")
11

    
12
/foooo/typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
13
01051:    throw new \InvalidArgumentException('File "' . $localFilePath . '" does not exist.', 1319552745);
14
01052:   }
15
01053:   $this->assureFileAddPermissions($localFilePath, $targetFolder, $targetFileName);
16
01054:   $targetFolder = $targetFolder ? $targetFolder : $this->getDefaultFolder();
17
01055:   $targetFileName = $targetFileName ? $targetFileName : PathUtility::basename($localFilePath);
18

    
19
7 TYPO3\CMS\Core\Resource\ResourceStorage::addFile("/foooo/typo3temp/pics/29336c3711.jpg", TYPO3\CMS\Core\Resource\Folder, "RTEmagicC_01_Logopaedie_KWA_Klinik_Stift_Rottal.jpg", "changeName")
20

    
21
/foooo/typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/Folder.php:
22
00283:  public function addFile($localFilePath, $fileName = NULL, $conflictMode = 'cancel') {
23
00284:   $fileName = $fileName ? $fileName : PathUtility::basename($localFilePath);
24
00285:   return $this->storage->addFile($localFilePath, $this, $fileName, $conflictMode);
25
00286:  }
26
00287: 
27

    
28
6 TYPO3\CMS\Core\Resource\Folder::addFile("/foooo/typo3temp/pics/29336c3711.jpg", "RTEmagicC_01_Logopaedie_KWA_Klinik_Stift_Rottal.jpg", "changeName")
29

    
30
/foooo/typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php:
31
00110:    $magicFolder = $this->getMagicFolder($targetFolderCombinedIdentifier);
32
00111:    if ($magicFolder instanceof \TYPO3\CMS\Core\Resource\Folder) {
33
00112:     $magicImage = $magicFolder->addFile($magicImageInfo[3], $targetFileName, 'changeName');
34
00113:    }
35
00114:   }
36

    
37
5 TYPO3\CMS\Core\Resource\Service\MagicImageService::createMagicImage(TYPO3\CMS\Core\Resource\File, array, "fileadmin/_processed_")
38

    
39
/foooo/typo3_src-6.1.4/typo3/sysext/rtehtmlarea/Classes/SelectImage.php:
40
00239:     'maxH' => $this->magicMaxHeight
41
00240:    );
42
00241:    $magicImage = $magicImageService->createMagicImage($fileObject, $imageConfiguration, $this->getRTEImageStorageDir());
43
00242:    if ($magicImage instanceof \TYPO3\CMS\Core\Resource\FileInterface) {
44
00243:     $filePath = $magicImage->getForLocalProcessing(FALSE);
45

    
46
4 TYPO3\CMS\Rtehtmlarea\SelectImage::insertMagicImage(TYPO3\CMS\Core\Resource\File, NULL, "01_Logopaedie_KWA_Klinik_Stift_Rottal.jpg", "data-htmlarea-file-uid="357" data-htmlarea-file-table="sys_file"")
47

    
48
/foooo/typo3_src-6.1.4/typo3/sysext/rtehtmlarea/Classes/SelectImage.php:
49
00200:    switch ($this->act) {
50
00201:    case 'magic':
51
00202:     $this->insertMagicImage($fileObject, $altText, $titleText, 'data-htmlarea-file-uid="' . $uid . '" data-htmlarea-file-table="' . $table . '"');
52
00203:     die;
53
00204:     break;
54

    
55
3 TYPO3\CMS\Rtehtmlarea\SelectImage::insertImage()
56

    
57
/foooo/typo3_src-6.1.4/typo3/sysext/rtehtmlarea/Classes/SelectImage.php:
58
00087:   $this->fileProcessor->init($GLOBALS['FILEMOUNTS'], $GLOBALS['TYPO3_CONF_VARS']['BE']['fileExtensions']);
59
00088:   $this->allowedItems = $this->getAllowedItems('magic,plain,image');
60
00089:   $this->insertImage();
61
00090:   // Creating backend template object:
62
00091:   $this->doc = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Template\\DocumentTemplate');
63

    
64
2 TYPO3\CMS\Rtehtmlarea\SelectImage::init()
65

    
66
/foooo/typo3_src-6.1.4/typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php:
67
00076:   if (!$browserRendered) {
68
00077:    $GLOBALS['SOBE']->browser = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Rtehtmlarea\\SelectImage');
69
00078:    $GLOBALS['SOBE']->browser->init();
70
00079:    $modData = $GLOBALS['BE_USER']->getModuleData('select_image.php', 'ses');
71
00080:    list($modData, $store) = $GLOBALS['SOBE']->browser->processSessionData($modData);
72

    
73
1 TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::main()
74

    
75
/foooo/typo3_src-6.1.4/typo3/sysext/rtehtmlarea/mod4/select_image.php:
76
00047: // Make instance:
77
00048: $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Rtehtmlarea\\Controller\\SelectImageController');
78
00049: $SOBE->main();
79
00050: $SOBE->printContent();
80
00051: ?>