Hi there,

I got some problems to make this module to work. I downloaded the version 6.x.2.x-dev and OpenInviter general 1.9. Followed the installation instruction, run the postinstall.php file (attached the output), everything seems to be alright there. But it is still complaining when I tick the box for OpenInviter Importer Engine on the module page.

This is the msg I get:
"The OpenInviter library could not be found. Please follow the instructions in the README.txt to ensure that the library has been installed correctly."

This might be helpful information:
Running on Mac OSX, Drupal 6.2, Apache 2, PHP 5.2.11

What am I missing?

Any help would be appreciated.
Thanks,
Patan

Comments

hadsie’s picture

I'm guessing that the openinviter code hasn't been placed in the openinviter module directory. From the drupal root, what's the path to the openinviter library that you downloaded and installed?

patan’s picture

You are right, I placed it in sites/all/modules/dcl_importer/importers/openinviter_engine/OpenInviter as the instructions suggest. Isn't there the right spot?

Thanks,
Patan

hadsie’s picture

yeah that's right. I've got no idea then... you can always get around it if you just comment out the requirements function in openinviter_engine.install.

Just ensure that the OpenInviter directory has the correct permissions for the webserver to read it, and also that this file exists:

sites/all/modules/dcl_importer/importers/openinviter_engine/OpenInviter/openinviter.php

Otherwise it won't work even if you comment out the requirements function.

hadsie’s picture

Status: Active » Postponed (maintainer needs more info)