Hi guys,
I'm currently creating RSS feeds using a separate layout with
header("Content-Type: text/xml"); inside of it, which all works fine
and dandy.
The problems occur when trying to push the code into my live
environment which relies on caching due to heavy traffic. I am now
getting "unexpected T_STRING" errors due to the <?xml in the cache
file (I'm echo'ing this line via PHP in the view).
Is there a solution for this problem other than disabling short tags
in PHP? if I have to go this route then so be it but it's a large app
and there is heavy use of short tags unfortunately.
Many thanks,
Nick J.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---