Closed (won't fix)
Project:
Contact Importer
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Apr 2009 at 18:04 UTC
Updated:
20 Oct 2010 at 08:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
dalinAny progress on this?
I can make you a co-maintainer if you'd like.
Comment #2
doublejosh commentedDid it, it was pretty
straightforward.Wait a minute... right now I'm totally plagued by an Access Denied error that I'm fairly certain is coming from an inability to save the configuration to Improsys (on the Contact Importer settings page.)
BTW: All I did was copy the Octazen submodule, change the file names, change info file details, find and replace the .module function names, then set the .module info variables... then upload the Improsys files into a submodule-subfolder.
Comment #3
dalinCool, care to upload a patch?
Comment #4
dalinMake sure that the path to the included library is correct in hook_retrieval_engine_info(). Note that the path is relative to the location of your improsys_engine.module so if the library is in
sites/all/modules/octazen_engine/improsys_engine/improsys/improsys.php
then hook_retrieval_engine_info() would look something like:
function improsys_engine_retrieval_engine_info() {
return array(
'name' => 'Improsys',
'url' => 'http://www.improsys.com/',
'inc' => 'improsys/improsys.php',
);
}
Comment #5
dalinp.s. don't edit your comments, no one will get email notifications.
Comment #6
doublejosh commentedThanks for all the assistance. I'll do my best to make this something we can pass along and include for others.
I double checked the path in the .info file and am still at the point where I can't get the engine check box setting to stick on the Contact Importer settings page.
So I'm still stuck with this "A retrieval engine has not yet been chosen" in my status reports.
Comment #7
dalinwell the "A retrieval engine has not yet been chosen" error is different. It means that you haven't chosen which engine to use at admin/settings/contact_importer
As you develop the new engine I recommend installing the devel module and using the dpm() function to print out the contents of a variable. Highly useful.
Comment #8
doublejosh commentedThis has been my issue the whole time I believe. As written above, I have an "inability to save the configuration to Improsys (on the Contact Importer settings page.)" Any thoughts on why this wouldn't stick?
Comment #9
jenlamptonHey sorry I fell off the map here guys, I struggled with Improsys for a while and then went back to Octazen. Here's what I had, don't know if it will help you doublejosh, but my settings saved no problem.
Jen
Comment #10
dalinSince this issue is over a year old, and is now 2 Drupal versions behind active development, I'm closing it. If someone wants to resurrect Improsys integration, feel free to reopen.