Danielle -

Assuming that debug is set to >=1 on your dev environment and =0 on
production and you facing issues on prod after making the db change, I
would do the following -
Delete all the model cache. When you make a DB change, send it to
production but debug is set to 0, it happened to me that the table
definitions were not loaded automatically. So, I deleted the model
cache and it worked fine.

Give it a shot.

Thanks,
Mandy.
http://mandysingh.blogspot.com/

On Apr 2, 12:24 pm, Danielle Tilley <[EMAIL PROTECTED]>
wrote:
> I have run into a strange problem.
>
> I have data in a database table which appears correctly when debug is
> set to 1 or higher but disappears when debug is set to 0.  (Making the
> problem very hard to track down)
>
> The only thing i did that may be affecting this is I modified the table
> the model is using via an Alter Table command.
>
> Any Ideas what is going on.  All of the rest of my models are working
> correctly.
>
> I am using
> CAKE 1.1.10.3825
> MySQL 4.1.19
> php 4.3.1
>
> Thanks
> Danielle


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