• Resolved William Bailes

    (@haybailes)


    Below is the bug that I keep getting on my wp site which creates a 500 error.

    mod_fcgid: stderr: PHP Parse error: syntax error, unexpected ‘[‘ in ./wp-content/plugins/rocket-lazy-load/rocket-lazy-load.php on line 121

    fix:
    I changed line 121 from:
    $elements = [];
    to:
    $elements = array();

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Bug creating 500 error’ is closed to new replies.