> The db engines are within a few sub-versions apart (mysql 5.0.75 > server vs. 5.0.67 local)
Further info from: http://dev.mysql.com/doc/refman/5.0/en/identifiers.html "As of MySQL 5.0.52, aliases for column names in CREATE VIEW statements are checked against the maximum column length of 64 characters (not the maximum alias length of 256 characters)." D'oh. That explains it, I guess. The change was made between my two versions, that's why one works locally, the other doesn't. I guess for now I backport mysql on the server or wait until they fix sfDoctrineGuard. I have posted a bug report. Thanks again to Georg for the help!
-- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.