Closed (fixed)
Project:
Node import via cron
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2010 at 12:21 UTC
Updated:
17 Oct 2010 at 11:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dealancer commentedYou did everything right. Have you tried to clear cache? Have you tried to install 1.4 release of this module (http://drupal.org/node/642788/release)? Was it working well?
Comment #2
dealancer commentedWhat release of "Node Import" module are you using?
Comment #3
orkaan commentedHave the same with ni_cron 1.5 and node_import 1.x-dev on Drupal 6.17.
(There are ni_cron's lines in dblog, but nothing happens.)
Comment #4
an_louc commentedto dealancer
I've installed ni_cron 6.x-1.5
Also I've tried 1.4, 1.3, 1.2 and 1.0 - no difference, all of them do not work properly.
I use node_import 6.x-1.x-dev.
Thnx for help!
Comment #5
orkaan commentedThe module doesn't work at all. So setting a priority.
dealancer, we need help and get it worked. ;) Thank you.
Comment #6
dealancer commentedSorry for delay. 86 people are using module and most of them are using latest version. But there can be a problem with prefixes for db tables.
Do you use prefixes for Drupal tables?
Comment #7
orkaan commentedYes, I use prefixes (PostgreSQL).
Comment #8
an_louc commentedI don't use prefixes :)
Comment #9
dealancer commentedan_louc, do you use PostgreSQL or MySQL?
Comment #10
an_louc commenteddealancer, I use MySQL.
Comment #11
lupus78 commentedHi,
Are you using node_import-6.x-dev? I've tried it, and that seam to cause the problem.
In node import, they changed the name of the form for the import task list, and that's why you don't see the cron settings.
I advice you to use node_import 1.0 rc4.
We will release a patch for this, but have to check it more deeply, if anything else has changed in node_import.
I've attached a quick patch, if you wanna play with node import dev version. Not recommended!
Comment #12
petu commentedThank you for the patch!
I use node_import-6.x-dev. After patching the option "Forced import in cron" appeared but the state of this option can't be saved by pressing Save-button.
Comment #13
an_louc commentedlupus78,
thank you for the patch, I will try it though it's not recommended :)
I can't use other versions of node_import except 6.x-dev (first tried not -dev version, didn't fit) because only this one meets my needs.
Comment #14
orkaan commentedConfirm, petu. Options do not save.
Comment #15
an_louc commentedYes, there is no records in ni_cron table.
Comment #16
lupus78 commentedok, i'm a bit busy, but i will try to fix it soon.
Comment #17
szy commentedThank you for your module. Will you repair 'Forced import in cron'
option, please? :]
Szy.
Comment #18
dealancer commentedThis bug was fixed in new dev release (http://drupal.org/node/857604).
The were several problems and reason of that was because of changes in code in dev release of Node Import module.
Comment #19
orkaan commentedSeems there was job done, but...
I use PostgreSQL 8.4.4.
Changed the code to be all DB convenient:
It works for me now. Will be seeking for import results. ;-)
Comment #20
szy commentedI can't make it working. This is what I do:
1. quite normal import job, all is imported correctly, file.csv gets
uploaded on the server,
2. set 'only new data' in 'Forced import in cron' option.
3. cron job to import file.csv from Yahoo Pipes every hour, imported
on the server correctly, also chmodded 777.
All what happens is log activity:
"ni_cron 21 lp. 2010 - 10:00 Taskid: 14, Appended data run type, prepared for new import
ni_cron 21 lp. 2010 - 10:00 NI CRON START"
Nothing gets imported... :/
Szy.
Comment #21
dealancer commentedStrange, it was working on my machine.
szy, do you use MySQL or PostreSQL?
Do you use dev version of node_import and dev version of ni_cron published on 19 July?
Comment #22
an_louc commenteddealancer, thnx a lot for new release, it's working!
Comment #24
dealancer commentedComment #25
dealancer commentedFixed in the last nightly dev release (2010-Sep-29).