Hello to All.

A few days ago I downloaded last stable version of cake and installed
on my development server.
It was easy to install in on virtual host (name based). I've got
success cake page. And started to work. I already have some experience
with cake.
I mentioned very strange thing:

Some time I have blank page without any reason. I created a simple
action in empty controller and hit F5 to test it:

        function testaction()
        {

                $this->set('msg', 'test message');

        }

Fir I've got blank page, next F5 I've got view's output with test
message, then blank page again and so on. So near %50 of responses are
blank page

On my development server currently installed near 30 projects and they
work OK. All cake's installation instructions and requirements are in
place.

Searching in this group give me an idea about Zend optimized, but I
don't use it and do not have it installed. Please advice.

Thanks, Maxim


--~--~---------~--~----~------------~-------~--~----~
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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to