Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread jyrgen
Thank u guys, commandline unzip unpacked the empty folders. (i guess its the same for gunzip and stuff) cheers, jyrgen ps: who is lorax ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post

Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread Samuel DeVore
couple of comments, you do need to make all the folders that should be in /app/tmp like https://trac.cakephp.org/browser/branches/1.1.x.x/app/tmp to see all the folders you need. After you make them make sure that the perms are still set right. Related but useful to remember is that many, man

Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread Larry E. Masters aka PhpNut
Your ftp client or tool you used to unzip did not create the empty directories in tmp like it should. Check the settings of your client and make sure that it will create the empty directories, then chmod tmp/ and all sub directories -- /** * @author Larry E. Masters * @var string $userName * @par

Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread jyrgen
maybe i should mention that the code is coming from php4 (dev) to php5 (prod)... ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To

Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread jyrgen
no it's ok :-) hello langdon, one of six (one for each model) PHP errors: Warning: file_put_contents(/tos/htdocs/89345_JFDGHJD/www/app/tmp/ cache/models/default_authors) [function.file-put-contents]: failed to open stream: No such file or directory in /tos/htdocs/89345_JFDGHJD/ www/cake/basics.

Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread AD7six
On Mar 4, 11:47 pm, "jyrgen" <[EMAIL PROTECTED]> wrote: > hello langdon, > > one of six (one for each model) PHP errors: > > Warning: file_put_contents(/is/htdocs/wp1064875_RPHN67AJ8J/www/app/tmp/ > cache/models/default_authors) [function.file-put-contents]: failed to > open stream: No such file

Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread jyrgen
hello langdon, one of six (one for each model) PHP errors: Warning: file_put_contents(/is/htdocs/wp1064875_RPHN67AJ8J/www/app/tmp/ cache/models/default_authors) [function.file-put-contents]: failed to open stream: No such file or directory in /is/htdocs/ wp1064875_RPHN67AJ8J/www/cake/basics.php

Re: basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread Langdon Stevenson
Hi jyrgen Cake needs these folders to write cache files to. Are you sure that the web server on your production machine can write to that directory? Perhaps have a look in the web server's logs and see if that can give you some more information about the problem the server is having. It sou

basic.php:line 867 - cache - Warning: file_put_contents

2007-03-04 Thread jyrgen
Since i deployed the app from my local machine to a real webserver, cake expects an /app/tmp folder (as well as some subfolders for models). i created /app/tmp with chmod 777, but no improvement. Whats about this caching behaviour, is it normal for a new install ? (it never occurred on my dev ma