Any coders know what needs to be changed to make this work with PHP 7? I'm getting this error:
Line 182:
Code:
$postids[] = $postid;
Checking my error log shows this also:
operator not supported for strings on line 182 in /home/flipflop/public_html/includes/functions_post_thanks.php
in /home/flipflop/public_html/vb/vb.php on line 286
Line 286:
Code:
trigger_error($exception->getMessage() . ' on line ' . $exception->getLine() . ' in ' . $exception->getFile() . "\n", $code);