I tried to add this module to a site and this error appears at the top of all my admin pages.

warning: Missing argument 2 for dcl_importer_help() in public_html/modules/dcl_importer/dcl_importer.module on line 14.

Site is using Drupal 5.7, invite 5.x-1.13.

Any ideas?

Comments

pitxels’s picture

jhcannon: is the module working for you despite of the warning?

I was able to remove that same warning but I can't not see any form or button different from the ones invite module already have...

If you want to remove the warning just go to dcl_importer.module on line 14 and change this

function dcl_importer_help($path, $arg) {

to this

function dcl_importer_help($path) {

However this function seems to be related to the help docs of the module so I don't understand why is nothing functional displayed...
It looks like the module was working before for what I read in the old issues.

---------------------

neokrish: Is version 5 of this module at least working? I know you are not working on it, but, can you confirm is working?

Thanks

neokrish’s picture

Hi jusspitti,
Please download the d5 version of the module from here http://ftp.drupal.org/files/projects/dcl_importer-5.x-1.2.tar.gz . There was a mistake in commiting my changes to the D6 branch of dcl_importer which also affected the d5 branch. For some reason, I am not able to revert the changes made in d5 version so I have commited a separate d5 branch with original code from soosa. As I am not maintaining d5 version, I am also removing it from the supported module list. You can however download the module from the above link.

sorry for the confusion,

thanks,
neokrish

neokrish’s picture

Status: Active » Closed (fixed)