On Feb 19, 11:03 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Let me just add, that I am having this problem only with cake1.2x
>
> allmy other projects cake 1.1x and others works just fine...
>
> the system is:
> windows xp sp2
> apache  1.3.33
> PHP Version 4.3.10
> mySQL 3.23.49
>
> the package was installed with easyPHP 1.8

Hi Damir,

I've had something similar in the past, but the problem wasn't really
1.2 specific. I solved it by doing the following:

Vanilla 1.2
put in place config changes (careful with routes)
add app_* files
add each controller/component one at a time
etc.

after each step check that it works, when it breaks put die("made it
here"); in the index, then move it to the bootstrap, then move it to
the app_controller etc. until you identify the file->method->line that
is generating the error. I think in my case it was caused by doing
something out of the ordinary, can't remember what though.

when you say "I decided to test the blank 1.2x app (no changes at all)
and I am getting the same apache error" do you mean you unzipped the
download into the webroot and it still fails? If so you can use the
same approach as above to investigate, I bet it is some kind of
misconfiguration of apache/php.

HTH,

AD7six


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