On Apr 18, 4:27 pm, acl68 <anja.lieberm...@alltours.de> wrote:
> Hi all,
>
> I developed an application with CakePHP 1.3 on a windows XP machine
> and it works well. Then I transfered it via 2x ftp to my ubuntu 9.10
> machine at home, where a 1.2 application is running flawless.  When I
> enter my application folder I only see a blank page, no errors in the
> application error.log, no errors in the apache error.log and no
> application.
>
> application budget (cake 1.2) ->http://localhost/budget/works fine
> application ww (cake 1.3) ->http://localhost/ww/white page
>
> Both application follow the development setup, so cake is in the
> folder an nowhre else, so they shouldn't interfere.

Ensure you have the following in php.ini:

error_reporting = E_ALL
display_errors = On

Also, are you certain that the ww vhost doesn't have its own log?

Also, try putting the following at top of webroot/index.php

die('well, it works this far');

I once had a similar problem and doing that helped me track down the
source.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to