Conversation
supportFatal error: Can’t use method return value in write context in /wp-content/plugins/search-live/core/class-search-live-service.php in line 144 Do you know what the error may be?
Yes that error’s due to the PHP version used and empty being applied to the value returned by a method rather than on a variable. I’ll change this in the plugin so it’s not a problem with PHP < 5.5. This reply was modified 8 years, 9 months ago by Kento .
… fixed it in 1.8.2 Many thanks for pointing out the issue!
Yes that error’s due to the PHP version used and empty being applied to the value returned by a method rather than on a variable. I’ll change this in the plugin so it’s not a problem with PHP < 5.5. This reply was modified 8 years, 9 months ago by Kento .
… fixed it in 1.8.2 Many thanks for pointing out the issue!