This PHPIDS was brought up in another thread, but as Iwas looking for something else, I noticed this.
In inc/security.inc.php aroun line 26 there is this:
$init = IDS_Init::init(BX_DIRECTORY_PATH_PLUGINS . 'phpids/IDS/Config/Config.ini');
Now, I went and looked at my copy of the config.ini file - which is from a fresh install of dolphin, and I notice this on line 12:
base_path = /full/path/to/IDS/
So, I was wondering if the config file has to be edited to allow the PHPIDS to function properly.