I have enabled the OpenInviter module and the DCL_Importer module but I get the following error trying to access the DCL configuration settings page:

Fatal error: Class 'OpenInviter' not found in /.../sites/all/modules/dcl_importer/dcl_importer_api.inc on line 64

I cannot determine whether the OpenInviter plugin is configured correctly but there were no errors. Any thoughts?

Comments

hadsie’s picture

Did you follow the installation instructions in the README? OpenInviter is an external library and you'll need to download and install it separately from the DCL Importer.

pauldawg’s picture

Yes I did, although I notice now that OpenInviter isn't working on its own, so I am thinking that perhaps I don't have cURL or WGet enabled on my GoDaddy site... unfortunately if this is a PHP extension I think I might be out of luck as GoDaddy won't let me edit my PHP.INI.

hadsie’s picture

So you're no longer getting the "Fatal error: Class 'OpenInviter' not found in /.../sites/all/modules/dcl_importer/dcl_importer_api.inc on line 64" error anymore?

If you use the wget method then wget just needs to be installed on the server, I don't think it needs a php extension for wget. Maybe for curl though. But you can also test the server capabilities (and whether curl support is in there) using phpinfo();

pauldawg’s picture

Yes, still getting it, just wondering if the root cause is not having the cURL extension enabled in PHP... thoughts?

pauldawg’s picture

Status: Active » Closed (fixed)

Nevermind, you were on track the first time. I didn't follow instructions properly in the README. Sorry for the trouble.