error on a page

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 18   (RSS)

By Dave - March 18

Hi Robert, 

That error looks like it's with MachForm.  You might check if they have a more recent version you can upgrade to.  

Generally that MachForm error is caused when people used the older format of $array{'index'} instead of $array['index'].  

In PHP, accessing array elements with curly braces was deprecated in 7.4 and removed in 8. The fix is to upgrade the code to use square brackets for array element access instead.

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com