• Resolved Bojan Denić

    (@evilmc)


    My client get this error with latest update:

    Fatal error: Can't use function return value in write context in /home/content/27/username/html/wp-content/plugins/fast-velocity-minify/inc/functions.php on line 28

    How to fix this error?

    Thanx

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    This may happen, depending on your php version and error reporting settings.
    I have pushed an update that should fix this, v2.2.5

    But for security reasons, make sure you always disable error reporting for all errors, on any live site, by adding these to your wp-config.php files.

    define( 'WP_DEBUG', false );
    define( 'WP_DEBUG_LOG', false );
    define( 'WP_DEBUG_DISPLAY', false );
Viewing 1 replies (of 1 total)

The topic ‘Fatal error on line 28’ is closed to new replies.