PHP Parse error: syntax error, unexpected token "public" in Error Message On PHP 8.1
The above error message is triggered, when running in PHP 8.1. Haven't been able to spot anything obvious, as to where the code below needs to be changed to eliminate this error message. public function process_button() { $sid = zen_session_name()…