There was a typo in the last package

includes/classes/seo.class.php

Line 624
'pages_id' => '-pm-'

Has a missing , should be
'pages_id' => '-pm-',

More...