Closed (fixed)
Project:
Drupal Contact List Importer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2009 at 05:33 UTC
Updated:
29 Jul 2009 at 16:17 UTC
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
Comment #1
hadsie commentedDid 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.
Comment #2
pauldawg commentedYes 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.
Comment #3
hadsie commentedSo 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();
Comment #4
pauldawg commentedYes, still getting it, just wondering if the root cause is not having the cURL extension enabled in PHP... thoughts?
Comment #5
pauldawg commentedNevermind, you were on track the first time. I didn't follow instructions properly in the README. Sorry for the trouble.