WPIntell

Source evidence

PHP 7.0 Fatal Error

Contact Forms by Cimatti · support · 2017-05-18T18:21:00+00:00

mixedsentiment
highseverity
0.88relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
max_Q resolved
After upgrading to PHP7, WordPress Contact Forms by Cimatti stopped working. Here’s the error: Fatal error: Uncaught Error: Function name must be a string in /path/to/plugin/wp-content/plugins/contact-forms/PFBC/Base.php:28 Line 28 was: $this->$method_reference[“set” . $property]($value); It needs to be: $this->{$method_reference[“set” . $property]}($value); There are other notices from Base.php: Notice: Array to string conversion on lines 28 and 30 Notice: Undefined property: AccuaForm_Error_Standard::$Array on line 28 Any plans to support PHP7? Hello @max_q , I’m working on the issues you reported right now, so expect a new version soon This reply was modified 8 years, 11 months ago by cimatti . Hello @max_q , I just released a new version with support for PHP up to 7.1

Comments

2 shown
cimatti 2017-06-06T16:18:00+00:00

Hello @max_q , I’m working on the issues you reported right now, so expect a new version soon This reply was modified 8 years, 11 months ago by cimatti .

cimatti 2017-06-13T15:59:00+00:00

Hello @max_q , I just released a new version with support for PHP up to 7.1