php - File system is not writable -


i installed drupal 7 in web host successfully. after installing module, got error errors , and status report gave me error message:

file system not writable directory /applications/mamp/tmp/php not exist. may need set correct directory @ file system settings page or change current directory's permissions writable. 

i check permissions (sites/default/files) , has 755 permissions , change 777 nothing happened return back.

i have following setting (home » administration » configuration » media):

public file system path sites/default/files  temporary directory /applications/mamp/tmp/php 

and here error getting:

warning: file_put_contents(temporary://filedyfbdg) [function.file-put-contents]: failed open stream: "drupaltemporarystreamwrapper::stream_open" call failed in file_unmanaged_save_data() (line 1898 of /home/imamus/public_html/includes/file.inc). file not created. warning: file_put_contents(temporary://fileetfmpl) [function.file-put-contents]: failed open stream: "drupaltemporarystreamwrapper::stream_open" call failed in file_unmanaged_save_data() (line 1898 of /home/imamus/public_html/includes/file.inc). file not created. warning: file_put_contents(temporary://fileub8tdu) [function.file-put-contents]: failed open stream: "drupaltemporarystreamwrapper::stream_open" call failed in file_unmanaged_save_data() (line 1898 of /home/imamus/public_html/includes/file.inc). file not created. warning: file_put_contents(temporary://filea1kyxg) [function.file-put-contents]: failed open stream: "drupaltemporarystreamwrapper::stream_open" call failed in file_unmanaged_save_data() (line 1898 of /home/imamus/public_html/includes/file.inc). file not created. 

please advice.

i check permissions (sites/default/files) , has 755 permissions , change 777 nothing happened return back.

do same /applications/mamp/tmp/php


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -