Cheers chaps, ok after instaslling it again, just noticed it fails when it comes to installing it as a module....this fail warning; Any ideas what this means please?
-- -- There are errors in the following MySQL queries:
-- -- Error: Table 'mysite_dolp280.bx_spy_handlers' doesn't exist
INSERT INTO `bx_spy_handlers` SET `alert_unit`='bx_photos', `alert_action`='tag_profile', `module_uri`='photos', `module_class`='Module', `module_method`='get_spy_post';
-- -- Error: Table 'mysite_dolp280.bx_spy_handlers' doesn't exist
INSERT INTO `bx_spy_handlers` SET `alert_unit`='bx_photos', `alert_action`='tag_photo', `module_uri`='photos', `module_class`='Module', `module_method`='get_spy_post';
-- -- Error: Column 'handler_id' cannot be null
INSERT INTO `sys_alerts` SET `unit`='bx_photos', `action`='tag_profile', `handler_id`=@iHandler;
-- -- Error: Column 'handler_id' cannot be null
INSERT INTO `sys_alerts` SET `unit`='bx_photos', `action`='tag_photo', `handler_id`=@iHandler;