after installing the module on drupal 6 i get the following error message

* warning: include_once(sites/all/modules/helpers/includes/dra_mysqli.inc) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\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='.;C:\xampp\php\pear\') in C:\xampp\htdocs\drupal\sites\all\modules\helpers\helpers_database.module on line 23.

Comments

nancydru’s picture

Hmm, it works fine on all my sites. I just re-committed the include files. They will be in the 6.x-1.x-dev when it rolls up at Noon GMT.

krobi’s picture

i have just installed the aktually dev build and the error is gone, great thx

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Fixed
mgifford’s picture

So I had installed the recommended version of this code to try it out - helpers-6.x-1.0.tar.gz - and got this error:

warning: include_once(sites/all/modules/helpers/includes/dra_mysql.inc) [function.include-once]: failed to open stream: No such file or directory in /home/dm6/sites/all/modules/helpers/helpers_database.module on line 23.

I will try the dev module, but the problem seems to be that the tarball in the recommended release doesn't have an includes directory. I assume this is just an oversight.

Looks interesting though.

Mike

nancydru’s picture

I can't help what Derek thinks should be the recommended. For my modules I recommend the latest, whether that is -dev or not. See http://drupal.org/node/226746

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.