> Cake isn't adding the bytes, your editor probably is. That makes sense, but if Cake's always outputting them, and other PHP scripts in /app/webroot aren't, then which file's likely to have the three bytes? I'm not up on Cake enough to know which files are always being output. I've checked the layout using "od -c /app/views/layouts/ excel.ctp" and it's not that, nor is it /app/index.php or /app/webroot/ index.php.
Once I know which file has been given those bytes by the editor, I can use "dd if=oldfile of=newfile skip=3 bs=1" to take them back out again, but I need to know which file to do it to first. Thank you, Zoe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
