Uncaught_TYPO3_Exception_1375955684.txt

Helmut Hummel, 2013-09-06 12:15

Download (6.3 kB)

 
1
Uncaught TYPO3 Exception
2
#1375955684: You are not allowed to access the given folder (More information)
3

    
4
TYPO3\CMS\Core\Resource\Exception\InsufficientFolderAccessPermissionsException thrown in file
5
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/ResourceStorage.php in line 738.
6

    
7
13 TYPO3\CMS\Core\Resource\ResourceStorage::assureFolderReadPermission(TYPO3\CMS\Core\Resource\Folder)
8

    
9
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
10
01873:   }
11
01874:   $folder = $this->driver->getFolder($identifier);
12
01875:   $this->assureFolderReadPermission($folder);
13
01876: 
14
01877:   return $folder;
15

    
16
12 TYPO3\CMS\Core\Resource\ResourceStorage::getFolder("fileadmin/_processed_")
17

    
18
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
19
00379:    }
20
00380:   }
21
00381:   return $this->getStorageObject($storageUid)->getFolder($folderIdentifier);
22
00382:  }
23
00383: 
24

    
25
11 TYPO3\CMS\Core\Resource\ResourceFactory::getFolderObjectFromCombinedIdentifier("fileadmin/_processed_")
26

    
27
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/core/Classes/Html/RteHtmlParser.php:
28
00556:      $magicFolder = $fileFactory->getFolderObjectFromCombinedIdentifier(
29
00557:       $this->rteImageStorageDir()
30
00558:      );
31
00559:      if ($magicFolder instanceof \TYPO3\CMS\Core\Resource\Folder) {
32
00560:       $magicFolderPath = $magicFolder->getPublicUrl();
33

    
34
10 TYPO3\CMS\Core\Html\RteHtmlParser::TS_images_rte("<a href="http://audiconale.de/?id=124" class="inte…>Gunter Ulbricht</a><br />Roller GmbH &amp; Co. KG")
35

    
36
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/core/Classes/Html/RteHtmlParser.php:
37
00305:      switch ($cmd) {
38
00306:      case 'ts_images':
39
00307:       $value = $this->TS_images_rte($value);
40
00308:       break;
41
00309:      case 'ts_reglinks':
42

    
43
9 TYPO3\CMS\Core\Html\RteHtmlParser::RTE_transform("<link 124 - internal-link "Gunter Ulbricht"><img s…nter Ulbricht</link><br />Roller GmbH &amp; Co. KG", array, "rte", array)
44

    
45
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/backend/Classes/Rte/AbstractRte.php:
46
00134:     $parseHTML->setRelPath($RTErelPath);
47
00135:     // Perform transformation:
48
00136:     $value = $parseHTML->RTE_transform($value, $specConf, $dirRTE, $thisConfig);
49
00137:    }
50
00138:   }
51

    
52
8 TYPO3\CMS\Backend\Rte\AbstractRte::transformContent("rte", "<link 124 - internal-link "Gunter Ulbricht"><img s…nter Ulbricht</link><br />Roller GmbH &amp; Co. KG", "tt_content", "bodytext", array, array, array, "", 142)
53

    
54
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php:
55
00502:     */
56
00503:    // Transform value:
57
00504:    $value = $this->transformContent('rte', $PA['itemFormElValue'], $table, $field, $row, $specConf, $thisConfig, $RTErelPath, $thePidValue);
58
00505:    // Further content transformation by registered plugins
59
00506:    foreach ($this->registeredPlugins as $pluginId => $plugin) {
60

    
61
7 TYPO3\CMS\Rtehtmlarea\RteHtmlAreaBase::drawRTE(TYPO3\CMS\Backend\Form\FormEngine, "tt_content", "bodytext", array, array, array, array, "textpic", "", 142)
62

    
63
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/backend/Classes/Form/FormEngine.php:
64
01496:        // Get RTE object, draw form and set flag:
65
01497:        $RTEobj = \TYPO3\CMS\Backend\Utility\BackendUtility::RTEgetObj();
66
01498:        $item = $RTEobj->drawRTE($this, $table, $field, $row, $PA, $specConf, $thisConfig, $RTEtypeVal, $RTErelPath, $thePidValue);
67
01499:        // Wizard:
68
01500:        $item = $this->renderWizards(array($item, $altItem), $config['wizards'], $table, $row, $field, $PA, $PA['itemFormElName'], $specConf, 1);
69

    
70
6 TYPO3\CMS\Backend\Form\FormEngine::getSingleField_typeText("tt_content", "bodytext", array, array)
71

    
72
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/backend/Classes/Form/FormEngine.php:
73
01191:    break;
74
01192:   case 'text':
75
01193:    $item = $this->getSingleField_typeText($table, $field, $row, $PA);
76
01194:    break;
77
01195:   case 'check':
78

    
79
5 TYPO3\CMS\Backend\Form\FormEngine::getSingleField_SW("tt_content", "bodytext", array, array)
80

    
81
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/backend/Classes/Form/FormEngine.php:
82
01100:      }
83
01101:      // Based on the type of the item, call a render function:
84
01102:      $item = $this->getSingleField_SW($table, $field, $row, $PA);
85
01103:      // Add language + diff
86
01104:      if ($PA['fieldConf']['l10n_display'] && (\TYPO3\CMS\Core\Utility\GeneralUtility::inList($PA['fieldConf']['l10n_display'], 'hideDiff') || \TYPO3\CMS\Core\Utility\GeneralUtility::inList($PA['fieldConf']['l10n_display'], 'defaultAsReadonly'))) {
87

    
88
4 TYPO3\CMS\Backend\Form\FormEngine::getSingleField("tt_content", "bodytext", array, "Text", 0, "richtext:rte_transform[flag=rte_enabled|mode=ts_css]", "")
89

    
90
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/backend/Classes/Form/FormEngine.php:
91
00774:          $this->palettesRendered[$this->renderDepth][$table][$parts[2]] = 1;
92
00775:         }
93
00776:         $sField = $this->getSingleField($table, $theField, $row, $parts[1], 0, $parts[3], $parts[2]);
94
00777:         if ($sField) {
95
00778:          $sField .= $sFieldPal;
96

    
97
3 TYPO3\CMS\Backend\Form\FormEngine::getMainFields("tt_content", array)
98

    
99
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/backend/Classes/Controller/EditDocumentController.php:
100
00856:           }
101
00857:          } else {
102
00858:           $panel .= $this->tceforms->getMainFields($table, $rec);
103
00859:          }
104
00860:          $panel = $this->tceforms->wrapTotal($panel, $rec, $table);
105

    
106
2 TYPO3\CMS\Backend\Controller\EditDocumentController::makeEditForm()
107

    
108
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/sysext/backend/Classes/Controller/EditDocumentController.php:
109
00651:    }
110
00652:    // Creating the editing form, wrap it with buttons, document selector etc.
111
00653:    $editForm = $this->makeEditForm();
112
00654:    if ($editForm) {
113
00655:     $this->firstEl = reset($this->elementsData);
114

    
115
1 TYPO3\CMS\Backend\Controller\EditDocumentController::main()
116

    
117
/is/htdocs/wp10727294_YZHPFH745N/_typo3-src/typo3_src-6.1.4/typo3/alt_doc.php:
118
00057: // Main:
119
00058: $SOBE->init();
120
00059: $SOBE->main();
121
00060: $SOBE->printContent();
122
00061: ?>