diff --git a/content/readme b/content/readme deleted file mode 100644 index c1f2c23e..00000000 --- a/content/readme +++ /dev/null @@ -1 +0,0 @@ -Set the right permissions on this directory. Check the documentation. diff --git a/install.php b/install.php index 3258a233..7635cc14 100644 --- a/install.php +++ b/install.php @@ -73,9 +73,9 @@ function checkSystem() array_push($stdOut, $errorText); } - if(!is_writable(PATH_CONTENT)) + if(!@mkdir(PATH_CONTENT.'asd')) { - $errorText = 'Writing test on content directory failed'; + $errorText = 'Writing test failure, check directory content permissions. (Error 2005)'; error_log($errorText, 0); array_push($stdOut, $errorText); }