SID-00252: BulkRegistration not seeing supplied WikiNames
| Status: |
Unanswered |
TWiki version: |
4.2.0 |
Perl version: |
5.008008 (linux) |
| Category: |
CategoryRegistration |
Server OS: |
Linux 2.6.18-53.1.14.el5pae (i386-linux-thread-multi) |
Last update: |
16 years ago |
When trying to bulk register users on my TWiki site, registration fails with the
UnprocessedRegistrationsLog returning the following error for every user:
Failed to register user on row 0: no
WikiName
the
WikiNames are clearly defined in the table i created, which is customized to match the custom
UserForm i also created. Submitting in
BulkRegistration appears to chew through the entire table, as i get an error for each individual entry.
My
UserForm is customised and users are able to register conventionally using the TWiki template login without problems, with properly generated user pages and with their names correctly added to
TWikiUsers topic.
I'm not having any trouble with any aspect of the site so far excepting this simple problem, and I'm sure it's something simple. Any help is appreciated.
--
TWikiGuest - 2009-04-07
Discussion and Answer
After re-arranging the table several times i was able to produce another error that was logged, as follows (i do not have immediate access to the apache error logs):
| 07 Apr 2009 - 16:53 | Can't use an undefined value as an ARRAY reference at /home/content/p/e/e/peedaddee/html/twiki/lib/TWiki/UI/Register.pm line 251. at /home/content/p/e/e/peedaddee/html/twiki/lib/TWiki/UI/Register.pm line 251 TWiki::UI::Register::_registerSingleBulkUser('TWiki=HASH(0x9f086a8)', 'ARRAY(0xa772dbc)', 'HASH(0xa77e858)', 'HASH(0xa772450)') called at /home/content/p/e/e/peedaddee/html/twiki/lib/TWiki/UI/Register.pm line 207 TWiki::UI::Register::bulkRegister('TWiki=HASH(0x9f086a8)') called at /home/content/p/e/e/peedaddee/html/twiki/lib/TWiki/UI/Manage.pm line 64 TWiki::UI::Manage::manage('TWiki=HASH(0x9f086a8)') called at /home/content/p/e/e/peedaddee/html/twiki/lib/TWiki/UI.pm line 159 TWiki::UI::__ANON__() called at /home/content/p/e/e/peedaddee/html/twiki/lib/CPAN/lib//Error.pm line 379 eval {...} called at /home/content/p/e/e/peedaddee/html/twiki/lib/CPAN/lib//Error.pm line 371 Error::subs::try('CODE(0x9f07dcc)', 'HASH(0xa7722e8)') called at /home/content/p/e/e/peedaddee/html/twiki/lib/TWiki/UI.pm line 197 TWiki::UI::run('CODE(0xa07db90)') called
--
TWikiGuest - 2009-04-08
Self-closing, have better information on the problem now. Opening new question
--
DavidEnfield - 2009-04-09
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.