• Resolved yikai

    (@yikai)


    Fatal error: Can’t use function return value in write context in /htdocs/wp-content/plugins/wc-fields-factory/includes/wcff-negotiator.php on line 359

    wordpress and WC Fields Factory both are latest version .

    • This topic was modified 7 years, 10 months ago by yikai.
    • This topic was modified 7 years, 10 months ago by yikai.
    • This topic was modified 7 years, 10 months ago by yikai.
Viewing 1 replies (of 1 total)
  • I guess you are using old version of php please update your php version change the line ( 359 ) into

    
    if( !empty( trim( $_value ) ) ){
                    	    return true;
                    	} else {
                    	    return false;
                    	}
    

    We will fix in this conflict on our next version inwards.

    • This reply was modified 7 years, 10 months ago by sarkparanjothi.
    • This reply was modified 7 years, 10 months ago by Jose Castaneda. Reason: fixed backticks
Viewing 1 replies (of 1 total)

The topic ‘web crash after I installed this plugin’ is closed to new replies.