Thanks everyone for their suggestions, it ended up being short open
tags. I think with all the cooks in the kitchen the setting got reset
or turned off or someone edited it in the wrong file. Thanks for
contributing some of your collective brain  power towards my problems.

MS

On Mon, Aug 23, 2010 at 3:40 PM, Mark Steudel <[email protected]> wrote:
> Wow that's a great little script! Thanks for that.
>
> MS
>
> On Mon, Aug 23, 2010 at 3:07 PM, till <[email protected]> wrote:
>>
>> 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
>
>
>
> --
> -----------------------------------------
> Mark Steudel
> P: 425.298.7244
> F: 206.260.3021
> [email protected]
>
> . : Work : .
> http://www.mindfulinteractive.com
>
> . : Play : .
> http://www.steudel.org/blog
>
>
>



-- 
-----------------------------------------
Mark Steudel
P: 425.298.7244
F: 206.260.3021
[email protected]

. : Work : .
http://www.mindfulinteractive.com

. : Play : .
http://www.steudel.org/blog

Reply via email to