Hi,
when creating a node through "Create from web" with "wikipedia" as data source, I'm getting the following warnings:
warning: Missing argument 1 for drupal_retrieve_form() in /var/www/dev/includes/form.inc on line 179.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /var/www/dev/includes/form.inc on line 218.
warning: uasort() [function.uasort]: The argument should be an array in /var/www/dev/includes/common.inc on line 2240.
warning: Missing argument 1 for drupal_retrieve_form() in /var/www/dev/includes/form.inc on line 179.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /var/www/dev/includes/form.inc on line 218.
warning: uasort() [function.uasort]: The argument should be an array in /var/www/dev/includes/common.inc on line 2240.
The node's body appears to be created correctly, however I was unable to successfully map data from German Wikipedia's "Personendaten" to CCK fields. Also, when trying this twice, I once got results from english wikipedia and once from german wikipeda; I don't understand what's happening here. If it's necessary to edit files like operator_wikipedia.inc, I'd love to see some kind of tutorial oder documentations.
However, thank you for creating this fascinating module; it seems to have an incredible potential and keeps my mind spinning with the sheer amount of possibilities!
Thanks & greetings, -asb
Comments
Comment #1
brevity commentedThanks a lot for your feedback and ideas! Must ask for patience though, esp. re. v5 as I'm cleaning out and extending the v6 version ...
Comment #2
brevity commentedanybody still using this version? cheers
Comment #3
asb commented> anybody still using this version?
Sure. For me there's still no upgrade path to D6 (mission-critical modules not yet ported/abandoned).
Greetings, -asb
Comment #4
asb commentedI still understand how to map data from German Wikipedia's "Personendaten" to CCK fields, or to force the operator to use the German Wikipedia at all.
Comment #5
brevity commentedthe wikipedia operator uses a google search to find a wikipedia page -- you could change the google search into something more specific, eg instead of "site:wikipedia.org" > site:de.wikipedia.org"
Comment #6
asb commented#750344: How to use this modul? - A litle doku please