For the first error it seems to think you are running Joomla 1.5.
Please open file: /is/htdocs/mypath/www/administrator/components/com_simple_review/classes/class.simple_review_common.controls.php
On line 260, change it from
$this->isJ15 = defined('_JEXEC');
to
$this->isJ15 = false;
For the second error open the file:
/is/htdocs/mypath/www/administrator/components/com_simple_review/addons/modules/Category_Module/config.php
Fine the line with 'Category_Module_HEAD', 'Category_Module_MID' & 'Category_Module_FOOT'.
Change it to this:
define('Category_Module_HEAD','');
define('Category_Module_MID','');
define('Category_Module_FOOT','');
Failing that open each of the other config files and change the similar lines.
Do you have any plans to update to Joomla 1.5?