• Fatal error: Can’t use method return value in write context in /public_html/wp-content/plugins/wc-product-subtitle/vsp-framework/class/class-vsp-class-handler.php on line 52

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m experiencing the same thing. The error is related to this:

    Prior to PHP 5.5, empty() only supports variables; anything else will result in a parse error. In other words, the following will not work: empty(trim($name)). Instead, use trim($name) == false.

    The docs say PHP version 5.2.4 or greater is supported, but because of this bug, it’s not.
    Please fix!

    Same Issue here, ?How do i fix this?

    ERROR: Fatal error: Can’t use method return value in write context in /home/content/92/8295392/html/tiendasee/wp-content/plugins/wc-product-subtitle/vsp-framework/class/class-vsp-class-handler.php on line 52

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error using latest version’ is closed to new replies.