filters.php outdated [ fixed it for now]
-
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 426In case anyone gets this, the fix works fine (disabled auto update for now too)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘filters.php outdated [ fixed it for now]’ is closed to new replies.