WPIntell

Source evidence

Fatal Error

Popup for Contact Form 7 · support · 2018-03-27T17:54:00+00:00

mixedsentiment
highseverity
0.88relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 36 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Igor Ilgiyaev resolved
I had this issue when I moved the website from one server to another Fatal error: Can’t use function return value in write context in /home/bizable/public_html/wp-content/plugins/popup-for-contact-form-7/popup-for-contact-form7.php on line 123 I have removed this code from line 123: $selected_forms = ! empty( get_option( ‘enabled-cf7-form’ ) ) ? get_option( ‘enabled-cf7-form’ ) : array(); and changed it $selected_forms = ( get_option( ‘enabled-cf7-form’ ) ) ? get_option( ‘enabled-cf7-form’ ) : array(); and it worked Is it ok??? Yes, perfect fix! thanks for reporting it, not sure how it is working on my side, might be different php version. I think different PHP version and different Collation 🙂

Comments

3 shown
Igor Ilgiyaev 2018-03-27T18:41:00+00:00

I have removed this code from line 123: $selected_forms = ! empty( get_option( ‘enabled-cf7-form’ ) ) ? get_option( ‘enabled-cf7-form’ ) : array(); and changed it $selected_forms = ( get_option( ‘enabled-cf7-form’ ) ) ? get_option( ‘enabled-cf7-form’ ) : array(); and it worked Is it ok???

aiyaz Khorajia 2018-03-28T07:06:00+00:00

Yes, perfect fix! thanks for reporting it, not sure how it is working on my side, might be different php version.

Igor Ilgiyaev 2018-03-28T09:51:00+00:00

I think different PHP version and different Collation 🙂