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
