Index: branches/dev/html/install/index.php
===================================================================
--- branches/dev/html/install/index.php	(revision 12325)
+++ branches/dev/html/install/index.php	(revision 13407)
@@ -406,4 +406,8 @@
 	if(!$err_file) {
 		$path = ".." . HTML2DATA_DIR . "Smarty/templates_c/admin";
+		if(!file_exists($path)) {
+			mkdir($path);
+		}
+		$path = ".." . HTML2DATA_DIR . "Smarty/templates_c/mobile";
 		if(!file_exists($path)) {
 			mkdir($path);
