Hey, there.

I had the same issues with my app upgrading to the pre-beta.  For some
reason, when MAMP's php has an error related to Mysql, there's a good
possibility that it will freak out, and not render your page.

I tracked down my issue by commenting out relationships between
models.  I couldn't get any debug() or even echo to work because of
Mamp's freakout - even though I had PHP error reporting set to E_ALL.
Once I found the relationship that was causing no page display, I
could look at the particular model and form a theory.

In my case, the specific issue seemed to be self-referencing models.
I'm guessing that this generates some strange looping error or crazy
SQL string in 1.2 pre-beta that's causing the timeout.  I changed the
model in question over to using TreeBehavior, rather than defining
parent/belongsTo and child/hasMany relationships, and everything was
smooth sailing again.

Hopefully, that should get you pointed in the right direction.  Also,
you might try checking /Applications/MAMP/logs/php_error.log, just to
see if php is logging any issues before bailing.  Although, one would
think that if it has a chance to report, you'd get something in
Safari.

Rock.

-PD

On Oct 26, 10:58 am, Charlie van de Kerkhof <[EMAIL PROTECTED]>
wrote:
> No. I use MAMP + MAMP Pro 1.7 and no problems in safari
>
> On Oct 25, 9:55 pm, mastorna <[EMAIL PROTECTED]> wrote:
>
> > Is anyone having difficulty upgrading to 1.2 pre-beta from a 1.1 or
> > earlier 1.2 lines when using MAMP?  I've got all my htaccess files
> > configured as normal, as well as MAMP's Apache documentRoot pointing
> > to the right path, but this latest release sees Safari timing out when
> > attempting to light it up.  Any reasons why?
>
> > cheers,
> > lm


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

Reply via email to