Index: branches/version-2_12-dev/html/install/index.php
===================================================================
--- branches/version-2_12-dev/html/install/index.php	(revision 21853)
+++ branches/version-2_12-dev/html/install/index.php	(revision 21861)
@@ -374,4 +374,17 @@
         $objPage->tpl_mode = 'step0';
         umask(0);
+        $path = HTML_REALDIR . 'plugin';
+        if (!file_exists($path)) {
+            mkdir($path);
+        }
+        $path = DATA_REALDIR . 'downloads/tmp';
+        var_dump($path);
+        if (!file_exists($path)) {
+            mkdir($path);
+        }
+        $path = DATA_REALDIR . 'downloads/tmp/plugin_install';
+        if (!file_exists($path)) {
+            mkdir($path);
+        }
         $path = HTML_REALDIR . 'upload/temp_template';
         if (!file_exists($path)) {
