Hi,

I have installed Drupal 7.26 in my web browser and while developing my site, I have got the following warnings: (No laugh please, I'm a real novice):

Warning: file_put_contents(temporary:///.htaccess) [function.file-put-contents]: failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed in file_create_htaccess() (line 494 of /home/edutai5/public_html/software/includes/file.inc).

Warning: file_put_contents(temporary:///.htaccess) [function.file-put-contents]: failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed in file_create_htaccess() (line 494 of /home/edutai5/public_html/software/includes/file.inc).

Any suggestion in detail would be highly appreciated.

Cheers,
Novice7

Comments

VM’s picture

in administer -> media -> file system set tmp directory to ../tmp and test

novice7’s picture

Thanks mate ... and I'm real novice, will be happy to get more details. I see in tmp directory only "/tmp", should I replace that to "../tpm". and, silly question, how to test again? Thank you again.

VM’s picture

../tmp not ../tpm

test by saving the form after the change and check your drupal logs.

Vamcy’s picture

it worked for me thanks

TekoDk’s picture

Worked for me.. thx :-)

ajit1k’s picture

Hi;
I have installed Drupal 7.42 in my web browser and while developing my site, I have got the following warnings.And also i am not able to install new module or theme , while i am going to developing my site followin error will comes.

There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information and to install your missing updates.
Warning: file_put_contents(temporary:///.htaccess): failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed in file_create_htaccess() (line 494 of /home/u349096933/public_html/includes/file.inc).

and even logo changes also gives error :

Warning: move_uploaded_file(temporary://304076-9197.png): failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed in drupal_move_uploaded_file() (line 1642 of /home/u349096933/public_html/includes/file.inc).
Warning: move_uploaded_file(): Unable to move '/tmp/php1wyTPu' to 'temporary://304076-9197.png' in drupal_move_uploaded_file() (line 1642 of /home/u349096933/public_html/includes/file.inc).

VM’s picture