Hi all, I'm sure I'm doing something obviously wrong but I have several instances where particular fields from a model are only being displayed when I am in debug mode. When I switch to production mode it is as if the value doesn't exist in the model. e.g. in my view I have:
<?=$product['Product']['full_description'];?> The output is as expected in debug mode but empty in production mode. I thought it may be something to do cacheing - an area I haven't fully explored yet - but to my knowledge I am not using cacheing and CACHE_CHECK is set to false. Any ideas what I'm doing wrong?! Thanks, Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
