On Dec 21, 2007 12:33 PM, mbavio <[EMAIL PROTECTED]> wrote: > > <?php die(__FILE__.__LINE__); ?> > > I put that line in "home.ctp", and when i put www.jdpropiedades.com.ar, > it shows me the next line: > > /var/www/vhosts/jdpropiedades.com.ar/httpdocs/app/views/pages/ > home.ctp1 > > So, it´s working, the home.ctp is loading... Then why I end why a > blank page? > > Because you've told your script to exit before it reaches whatever was killing it earlier. Check your log for the last "FATAL" entry.
tail -n 50 /path/to/your/http/error_log --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
