... beside (New invetation) link you shall be able to see another link labeled (Import contacts).
I don't see it. Previously it was a sub-menu, but not anymore. i download th latest dcl_importer 5.x-1.x-dev (2007-Dec-14)
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | dcl_importer.jpg | 41.65 KB | najibx |
Comments
Comment #1
soosa commentedComment #2
najibx commentedi am sorry, but why this issue is closed without an explanation?
i deleted the older version and use fresh codes. As a result I don't see anything. I got it working before. Thank you.
Comment #3
soosa commentedthis issue has been closed without an explanation because it doesn't need it, the link is already provided and everything is working just fine, you either can't see the link as i have described its location in the README file or you didn't install the module correctly and you may also want to check the permissions of invite and dcl_importer in order to display the link, if you can provide a screen shot for your invite page that would also be helpful .
Comment #4
najibx commentedDeleted old folder. start with fresh dcl_importer folder. I logged on as root. no issue on permission.
Enable ithe modules and also Invite (enabled), Token (enabled)
Comment #5
najibx commentedThis issue is caused by incompatibility with invite 5.x-2.x-dev. It works with invite 5.x-1.13. Furthermore, the README.txt maybe slightly need to be changed if using invite 5.x-2.x-dev as example, (Invite your friends and colleagues) is no longer there.
To help other who might encounter same problem, this is what I did ...
To "downgrade", remove everything related to dcl_import and invite, including the 'invite' table. Somehow, the invite removal do not remove the table (from the code, it is suppose to) also recreate manually (from the code, it is suppose to). use below incase you lost track, as I have some problem ealier.
CREATE TABLE `invite` (
`email` varchar(64) NOT NULL default '',
`reg_code` varchar(64) NOT NULL default '',
`uid` int(10) unsigned NOT NULL default '0',
`mid` int(11) unsigned NOT NULL default '0',
`expiry` int(11) NOT NULL default '0',
`timestamp` int(11) NOT NULL default '0',
`received` tinyint(3) unsigned NOT NULL default '0',
`data` text NOT NULL,
PRIMARY KEY (`email`),
UNIQUE KEY `reg_code` (`reg_code`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Comment #6
antoine_s commentedToo bad it's not working with invite 5.x-2.x-dev. I would love to make this module working but I cannot remove my invite table as this is critical for my site.
Any code trick to make this module compatible with the latest version of the invite module?
Comment #7
hadsie commentedThis is a duplicate of #308915: the link "Import contacts" not shown and the D5 version is no longer maintained.