• Looks like with the new PHP update the filters.php page in lib/transcribe/filters.php broke

    An error of type E_COMPILE_ERROR was caused in line 426 of the file /home/luckystoop/thestoopgallants.com/site/wp-content/plugins/webcomic/lib/transcribe/filters.php. Error message: Array and string offset access syntax with curly braces is no longer supported

    fixed it by changing $suffix = $match{2}; with $suffix = $match[2]; on line 426

    In case anyone gets this, the fix works fine (disabled auto update for now too)

Viewing 1 replies (of 1 total)
  • Yes, I experienced the same error and applied the same fix. It’s a necessary fix in order to activate Webcomic. Have to replace the curly braces with brackets:

    { } > [ ]

    • This reply was modified 2 years, 8 months ago by Derek Padula.
Viewing 1 replies (of 1 total)
  • The topic ‘filters.php outdated [ fixed it for now]’ is closed to new replies.