I receive a page of the following error when saving form edits via the main 'Save' or 'Save and Close' button in an offline dev site:
Initially, it occurred only after I saved edits to the captcha action. I deleted the captcha action and the error went away. I did not see it again until after adding parameters to an email action. I now see the error every time I hit 'Save,' even if I haven't changed anything.
I think that edits are saved, despite the error, but I am not sure.
Warning: Illegal string offset 'text' in C:\Users\BobG\Documents\Websites\www.smithfarmskennels.dev\wp-content\plugins\chronoforms5\cegcore\libs\arr.php(55) : eval()'d code on line 1
Initially, it occurred only after I saved edits to the captcha action. I deleted the captcha action and the error went away. I did not see it again until after adding parameters to an email action. I now see the error every time I hit 'Save,' even if I haven't changed anything.
I think that edits are saved, despite the error, but I am not sure.
Hi ShoestringWebs,
It's not techically an error, just a PHP Warning. If this is a production site then you can (and should) hide these messages by setting the Site Error Reporting to System Default or None in the site Global Configuration.
The same Warning was reported by someone else yesterday. I'm not at all familiar with the code but, poking around it looks as though it can happen when a parameter string is parsed. I suspect that it's caused by an empty line in one of the parameter boxes that allows you to enter several parameters on separate lines.
Bob
It's not techically an error, just a PHP Warning. If this is a production site then you can (and should) hide these messages by setting the Site Error Reporting to System Default or None in the site Global Configuration.
The same Warning was reported by someone else yesterday. I'm not at all familiar with the code but, poking around it looks as though it can happen when a parameter string is parsed. I suspect that it's caused by an empty line in one of the parameter boxes that allows you to enter several parameters on separate lines.
Bob
This topic is locked and no more replies can be posted.