Sorry if this is not the right place to post this.
I have installed Modx ver. 0.9.6 . I keep getting a parse error on every page like this:
Parse error: syntax error, unexpected ’<’ in /../../modx/manager/includes/document.parser.class.inc.php(766) : eval()’d code on line 2
Does anyone knowabout such errors?
-
MODX Staff
- 10,725 Posts
Yes, it means you have a syntax error in a snippet being executed on the page you are trying to access.
thanks. Perhaps I have to spend time understanding a lot about coding