string(5519) "
7 F3_FLOW3_Error_ErrorHandler::handleError(2, "mkdir() [<a href='function.mkdir'>function.mkdir</a>]: File exists", "C:\xampp\htdocs\FLOW3\Packages\FLOW3\Classes\Utility\F3_FLOW3_Utility_Files.php", 107, array)
00105: if (!is_dir($path) && F3_PHP6_Functions::strlen($path) > 0) { 00106: $oldMask = umask(000);
00107: mkdir($path, 0777, TRUE);
00108: umask($oldMask); 00109: if (!is_dir($path)) throw new F3_FLOW3_Utility_Exception('Could not create directory "' . $path . '"!', 1170251400);
6 F3_FLOW3_Utility_Files::createDirectoryRecursively("C:/xampp/htdocs/FLOW3/Public/Resources/TestPackage/Public/.", 511, boolean)
00155: $metadata = $this->extractResourceMetadata($URI); 00156:
00157: F3_FLOW3_Utility_Files::createDirectoryRecursively($destinationPath . dirname($relativeFile));
00158: if($metadata['mimeType'] == 'text/html') { 00159: $HTML = F3_FLOW3_Resource_Processor::adjustRelativePathsInHTML(file_get_contents($file), 'Resources/' . $packageName . '/Public/' . dirname($relativeFile) . '/');
5 F3_FLOW3_Resource_Publisher::mirrorPublicPackageResources("C:/xampp/htdocs/FLOW3/Public/Resources/TestPackage/Public/.")
00271: $activePackages = $packageManager->getActivePackages(); 00272: foreach ($activePackages as $packageKey => $package) {
00273: $resourcePublisher->mirrorPublicPackageResources($packageKey);
00274: } 00275:
4 F3_FLOW3::initializeResources("TestPackage")
00121: $this->initializeComponents(); 00122: $this->initializeSettings();
00123: $this->initializeResources();
00124: } 00125:
3 F3_FLOW3::initialize()
00285: */ 00286: public function run() {
00287: if ($this->initializationLevel == self::INITIALIZATION_LEVEL_CONSTRUCT) $this->initialize();
00288: if ($this->initializationLevel < self::INITIALIZATION_LEVEL_SETTINGS) throw new F3_FLOW3_Exception('Cannot run FLOW3 because it is not fully initialized (current initialization level: ' . $this->initializationLevel . ').', 1205759259); 00289:
2 F3_FLOW3::run()
00029: 00030: $framework = new F3_FLOW3('Development');
00031: $framework->run();
00032: ?>
1 require_once("C:\xampp\htdocs\FLOW3\Public\index_dev.php")
00030: */ 00031:
00032: require_once('Public/index_dev.php');
00033: ?>