I had the same problem (an Apache crash) and find out that the
debug_backtrace was causing the problem. I was running XAMP for first
time and actually the zend optimiser is the problem.
I did remove the zend_oprimiser from php.ini (in [zend] parameters.
Since verything works fine
Hope this hep
On Jun 29, 4:51 pm, Tobias Parent <[EMAIL PROTECTED]> wrote:
> I took two tables:
>
> event belongsTo eventType
> eventType hasMany events
>
> I'm using 1.2, and I ran the bake scripts (Model, Controller then
> View). Ran fine, look good via editor. However, when I browse to them
> via Firefox (on localhost), I crash apache and it sends a crash report
> to microsoft.
>
> I've been going over everything - if I pull the locale stuff out of my
> views, it runs fine. In fact, I've narrowed it down in most to the
> __('Are you sure you want to delete', true) causes the crash. I've
> changed it to __('confirm_delete', true) and it still crashes. But if I
> hard-code it to "Are you sure you want to delete" and remove the locale
> stuff, it runs fine.
>
> Ideas or suggestions?
>
> Thanks!
> -Toby
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---