running ubuntu 7.10 with PHP5 and as far as i can tell PHP-PEAR installed correctly
I am receiving the following warnings/errors when I install Helpers module
warning: include_once(sites/all/modules/helpers/includes/dra_mysqli.inc) [function.include-once]: failed to open stream: No such file or directory in /var/www/drupal/sites/all/modules/helpers/helpers_database.module on line 23.
warning: include_once() [function.include]: Failed opening 'sites/all/modules/helpers/includes/dra_mysqli.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/drupal/sites/all/modules/helpers/helpers_database.module on line 23.
warning: include_once(sites/all/modules/helpers/includes/dra_mysqli.inc) [function.include-once]: failed to open stream: No such file or directory in /var/www/drupal/sites/all/modules/helpers/helpers_database.module on line 23.
warning: include_once() [function.include]: Failed opening 'sites/all/modules/helpers/includes/dra_mysqli.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/drupal/sites/all/modules/helpers/helpers_database.module on line 23.
Comments
Comment #1
nancydruhttp://drupal.org/node/226746
This should be fixed in the latest commit that I did for that issue.