Code:
Parse error: syntax error, unexpected 'public' (T_PUBLIC), expecting end of file in C:\xampp\htdocs\pserverCMSFull\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php on line 38
Code:
public function exec($statement)
{
try {
return parent::exec($statement);
} catch (\PDOException $exception) {
throw new PDOException($exception);
}
}
SOLVED: I forgot to restore PserverCMS.bak in SQL







