Complete
To be used with care. Pages are complete only when they meet the posting guidelines.
If you are having weird problems in Batch API processes, such as the base URL for notification e-mails being replaced with something less-than-useful like /var/www/drupal, the culprit may be (somehow) cron.php being called by a command line script (rather than curl or something going to cron.php over the internet).
A good meetup and a stellar example of Drupal free association. We started with a look at how to do recurring, role-enhancing subscription payments with Ubercart because Scott McCabe as well as Dan was at that point in a sight, we were all distracted by something shiny – Views theming I think – and things flowed from there. Some introductions of some latecomers, a very brief RDF/RDFa reportback while loading a modules page, and we got back to configuring products just about when the library was throwing us out.
Resolution
The big one, PHP.net itself
http://php.net
PHP.net has an excellent function search such that if you simply append the function name to the url (such as php.net/explode), it will serve up the PHP manual page with the specification and notes right away-- and if you use a function name that doesn't exist, it will provide a range of suggestions you might have meant.
Can't be as complicated as these people make it out to be?
http://dev-tips.com/featured/remove-an-item-from-an-array-by-value
One of Agaric's approaches, below. This foreach allows one to unset just one validation function associated with a form (and adds another one below) without replacing or overriding any other validation callbacks that might be associated with the form (by the initial or other modules).
[Sent via the http://paris2009.drupalcon.org contact form]
This question is about scholarship / support information for attendees. I note that such efforts do not have to be organized by the DrupalCon Paris organizers, but you will necessarily be a key point of coordination in any case.
Are you aware of any specific attempts at inclusion at DrupalCon Paris? In the European context this can especially mean reaching out to Drupalers in Africa, Asia, Middle East, India etc.
Bad coding in a development partner's custom module was the culprit. It was overriding content_profile_registration's setting of a validation function (and every other module's, too).
Inside the custom module's implementation of hook_form_alter() lives the error: