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

brevity’s picture

Thanks 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 ...

brevity’s picture

Status: Active » Closed (won't fix)

anybody still using this version? cheers

asb’s picture

> 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

asb’s picture

Version: 5.x-1.2 » 6.x-1.3
Status: Closed (won't fix) » Active

I 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.

brevity’s picture

the 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"

asb’s picture