Dear Dalin,
I have downloaded the Contact importer module.
Enabled the Contact Importer and the Octazen Engine modules
Went to the Octazen websiter, bought the libraries.
In the email sent by octazen, they told me to insert 3 folders (abimporter, inviter and sample) into the octazen folder (which I have done).
Went back to contact importer setting page and selected octazen to be the retrieve engine.
Status report keeps indicating the following error:
"A retrieval engine has not yet been chosen for the Contact Importer module. Please configure its settings from the Contact Importer settings page."
I am not sure what I have done wrong. Maybe I put the wrong files i the wrong place? If you need more information from my side, please feel free to ask.
Many thanks!
JJ
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | importer.patch | 1.29 KB | jenlampton |
Comments
Comment #1
dalinHmmm, my initial thought is that the Octazen files are not in the correct spot (and for some reason we are throwing an incorrect error message). If the contact importer resides in
DRUPAL/sites/all/modules/contact_import
then the main library should be
DRUPAL/sites/all/modules/contact_import/octazen/octazen_engine/abimporter/abi.php
(with all of the other files in the abimporter folder).
If that isn't the problem let me know.
Comment #2
Delta Bridges commentedThanks for the very prompt reply.
In addition to hte abimporter folder, I also inserted the ones called sample and inviter. I have the feeling that the email they have sent me was in relation to their drupal plugin and not for your module. Hence this folder called inviter.
I will try again just with just the abimporter to see if this works.
Many thanks again :)
JJ
Comment #3
jenlamptonI'm having the same issue, I'm unable to select the octazen engine. No matter how many times I click the radio button and hit save, the defaut on that radio button doesn't stick. It looks like the problem is that the variable being saved is 'engines' and the one being retreived is contact_importer_engine. Perhaps a residual from drupal 5?
I have changed all occurances of 'engines' in contact_importer.module with 'contact_importer_engine' and now my choice for octazen as the retrieval engine is sticking.
patch attached.
Comment #4
jenlamptonforgot to change status.
Comment #5
dalinComment #6
dalinp.s. thanks for the patch @jenlampton :)
sorry I'm so slow on the commit. The latest version should be much easier to integrate into _any_ form.