Drupal is blank with Config.ini in phpids/IDS/Config, but it cannot find installed phpids lib without it so how do you make Config.ini unreadable by the webserver?
Example output : [Sat Oct 27 13:32:34 2007] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'Exception' with message 'Configuration file could not be found' in /var/www/html/modules/phpids/IDS/Init.php:111\nStack trace:\n#0 /var/www/html/modules/phpids/IDS/Init.php(73): IDS_Init->setConfigPath('IDS/Config/Conf...')\n#1 /var/www/html/modules/phpids/IDS/Init.php(94): IDS_Init->__construct('IDS/Config/Conf...')\n#2 /var/www/html/modules/phpids/phpids.module(103): IDS_Init::init('IDS/Config/Conf...')\n#3 [internal function]: phpids_init()\n#4 /var/www/html/includes/module.inc(424): call_user_func_array('phpids_init', Array)\n#5 /var/www/html/includes/common.inc(2371): module_invoke_all('init')\n#6 /var/www/html/includes/bootstrap.inc(968): _drupal_bootstrap_full()\n#7 /var/www/html/includes/bootstrap.inc(879): _drupal_bootstrap(8)\n#8 /var/www/html/index.php(13): drupal_bootstrap(8)\n#9 {main}\n thrown in /var/www/html/modules/phpids/IDS/Init.php on line 111, referer: http://luteberry.org/admin/reports/status
Comments
Comment #1
swentel commentedYou shouldn't worry about the config.ini as you don't need to make any changes to it anyway. You accidentetely didn't test it the phpids greater then 0.4 with drupal 5.x ? because then it won't work anyway ?
Comment #2
swentel commentedClosing
Comment #3
Remon commentedSame problem happened to me when I tried to me after a logout
I'm using drupal 6.1
Comment #4
swentel commentedVersion 6.x-2.0 is out soon which should take care of these problems.
Reopen a separate issue if it sill occurs.