Re: CakePHP 1.3 on ubuntu: white page, no error, no application

2010-04-19 Thread acl68



cricket-5 wrote:
> 
> 
> 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');
> 
> 

Thank you that helped. Error display_errors was set to "Off" and with the
error messages displayed I could easily fix it!

Thank you , you saved my desk from being bitten in frustration by me!

Anja

-- 
View this message in context: 
http://old.nabble.com/CakePHP-1.3-on-ubuntu%3A-white-page%2C-no-error%2C-no-application-tp28284886p28287737.html
Sent from the CakePHP mailing list archive at Nabble.com.

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


Re: CakePHP 1.3 on ubuntu: white page, no error, no application

2010-04-18 Thread cricket
On Apr 18, 4:27 pm, acl68  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


CakePHP 1.3 on ubuntu: white page, no error, no application

2010-04-18 Thread acl68
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.

Any idea what is going wrong?

Thanks a lot for your help in advance!

Anja

PS: Debug set to 1, PHP5, Mysql 5.1

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