Forums
Home / Plugin: WC Fields Factory / Error After Update
(@amagonagle)
6 years, 10 months ago
After updating I’m receiving this error: Fatal error: Can’t use function return value in write context in /wcff-negotiator.php on line 359
(@sarkparanjothi)
PLease update your php version or change line 359 like –
if( !empty( trim( $_value ) ) ){ return true; } else { return false; }
this will be work.
refer :- https://stackoverflow.com/questions/17139264/cant-use-function-return-value-in-write-context
We will fix it on next release.