provide os_mkdir to workaround permission issues with php mkdir

This commit is contained in:
friendica
2014-07-16 01:07:00 -07:00
parent 0435a08f3b
commit 3a31ddea2b
9 changed files with 60 additions and 9 deletions

View File

@@ -527,7 +527,7 @@ function check_store(&$checks) {
$status = true;
$help = "";
@mkdir('store',STORAGE_DEFAULT_PERMISSIONS);
@os_mkdir('store',STORAGE_DEFAULT_PERMISSIONS);
if( !is_writable('store') ) {