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?