I thought I'd try updating my cake code to 1.2 beta from alpha before rolling out my new application, however I ran into a major snag. Now when I load my site I get a lot of fread/fwrite/fclose errors, similar to the following...
Warning: fread(): 18 is not a valid stream resource in /web/cake/libs/ file.php on line 170 Warning: fclose(): 18 is not a valid stream resource in /web/cake/libs/ file.php on line 266 A fresh install yields the same errors. I'm running PHP 4.3.2, which according to the temp docs is the bare requirement, but I wouldn't be suprised if I'm the first to actually test this. It looks like the cake/lib/file.php got a major overhaul with some more OO-like code that's probably freaking out my old version of PHP. Can anyone confirm this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
