Forums

CF6 and php8

hchc 12 Aug, 2022
I have a form in CF6. I have to switch to php8 soon. I have followed the instructions https://www.chronoengine.com/faqs/76-chronoforms/5335-greyhead.
but now I get the following error message:
0 Call to a member function get() on null
What can I do?
hchc 26 Aug, 2022
Answer
The problem was the plugin was fetching $this->_params->get('...', default) but _params was actually null for whatever reason. 
You need to login to be able to post a reply.