Sunday, March 29, 2009

Re: Hosting Migration Problem - The requested address was not found on this server

That's the one.
Your application is built on a 1.1 (or even 1.0) version of Cake.

Setting that configuration parameter to 1 will give you the specific
php error(s) you are having and should point you in the right
direction. If you can't make sense of the errors reply back and we
probably can tell you what to do about them.

/Martin


On Mar 29, 1:38 pm, jmdesign <webmas...@jmdesignsolutions.com> wrote:
> Hi Jon,
>
> Thanks for replying so quickly, stupid question but which config file
> has the debug code in? The closest I could find was in the core file:
>
> " * Set debug level here:
>  * - 0: production
>  * - 1: development
>  * - 2: full debug with sql
>  * - 3: full debug with sql and dump of the current object
>  *
>  * In production, the "flash messages" redirect after a time interval.
>  * With the other debug levels you get to click the "flash message" to
> continue.
>  *
>  */
>         define('DEBUG', in_array($_SERVER['REMOTE_ADDR'], array
> ('212.52.48.1', '82.135.241.73', '127.0.0.1')) ? 3 : 0);
> //      define('DEBUG', 0);"
>
> I've checked and the contents of that folder you mentioned is empty.
>
> Regards.
>
> James
--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: