Hi all, I had a puzzling problem with the 1.2 pre-beta (rev 5875) when I deployed my site to a PHP 4 server (my local testing setup is PHP 5). The problem was a totally blank page - nothing was rendered, even at the highest debug level.
The fix was adding an empty constructor to my models. Weirdly it works to add a PHP 5 style __construct() method (I'm guessing that has something to do with the implementation of Overloadable). Calling parent::__construct() brings back the blank screen, which is also odd. These were "baked" Model classes, and bake doesn't include a constructor, so I'm guessing this is a bug or a problem with my setup. I was wondering if anyone had a similar problem or might know the cause. The server is running PHP 4.4.7 and is also running Zend Optimizer which may be a problem, I gather. Thanks, -dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
