Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-24 Thread Mark Steudel
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

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread Mark Steudel
Wow that's a great little script! Thanks for that. MS On Mon, Aug 23, 2010 at 3:07 PM, till wrote: > On Mon, Aug 23, 2010 at 8:53 PM, Bill Karwin 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 > >

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread till
On Mon, Aug 23, 2010 at 8:53 PM, Bill Karwin 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 f

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread Bill Karwin
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

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread Mark Steudel
Which I looked for, but I guess the confusing part is that it works locally which just doesn't make sense to me how it could do that ... but I'm sure I'm just overlooking something simple ... On Mon, Aug 23, 2010 at 11:46 AM, Hector Virgen wrote: > That usually means a curly brace wasn't closed.

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread Mark Steudel
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 On Mon, Aug 23, 2010 at 11:44 AM, Jigal sanders wrote: > Hey Mark, > > These can be a

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread Hector Virgen
That usually means a curly brace wasn't closed. -- *Hector Virgen* Sr. Web Developer Walt Disney Parks and Resorts Online http://www.virgentech.com On Mon, Aug 23, 2010 at 11:44 AM, Jigal sanders wrote: > Hey Mark, > > These can be annoying bugs. I have had loads of them. > Is there more info

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread Jigal sanders
Hey Mark, These can be annoying bugs. I have had loads of them. Is there more info in your error log? Just remove all the end tags in your files. Hope it helps! On Mon, Aug 23, 2010 at 8:36 PM, Mark Steudel wrote: > Hi All, > > We have a ZF project which we have developed locally on our machi

[fw-general] Parse error: syntax error, unexpected $end

2010-08-23 Thread Mark Steudel
Hi All, We have a ZF project which we have developed locally on our machines using MAMP and it runs fine. When we've transferred it to the prod server we're getting the error: Parse error: syntax error, unexpected $end My initial guess's were extra line break after a closed php tag, but I've hav