Error Troubleshooting?

Hi all,

I’m trying to track down this error. This is from a brand new project, using the latest version of phpmaker 2020. This was my first attempt at generating the project.

Parse error: syntax error, unexpected ‘class’ (T_CLASS), expecting function (T_FUNCTION) or const (T_CONST) in C:\wamp\www\tempdir\phpfn.php on line 12138

When I look at line 12138 I see… class XmlDocument

At first I thought I had inserted some custom code, but I’m not seeing that.

Any thoughts?

I found it, sheesh, looks like I had edited the language file and had left some things that did not belong.

Thanks anyway!