On Mon, Aug 23, 2010 at 8:53 PM, Bill Karwin <[email protected]> wrote:
>
> On Aug 23, 2010, at 11:46 AM, Mark Steudel wrote:
>
>> The error log just has the same error. The real confusing part is that
>> it's working locally which just doesn't make sense to me. I have the same
>> files as the prod server ( i did a fresh checkout from svn) ... ug
>
> Then you have a few other possibilities:
>
> - The files in svn contain an error, and your local copy has fixed files.
>
> - The files on the server have been modified, and aren't in sync with svn.
>
> - The imbalanced brace is in some other file on the server, besides those
> that you track in svn.
>
> Regards,
> Bill Karwin
>

I'd second what Bill said. It sounds like an error in a file that's
checked into svn.

Try something like the following in the project folder:
find . \( -name "*.php" -o -name "*.phtml" \) -exec php -l {} \;

Till

Reply via email to