That error means there are syntax problems in the code. Usually a result of missing closing braces such as } in if/else or for/while loops. Not uncommon if someone is changing files and deleting or relocating things without keeping entire sections together, or removing things without knowing the bigger picture.

So, the first and most important thing to do is to go back to the backup copy of the code you were using *before* the problem started, and compare that with the code you're using *now* where the problem is happening. And fix all the differences that are contributing to your current symptoms.

http://www.zen-cart.com/wiki/index.p...Obscure_Issues