For form elements which contain other elements - like checkboxes contains multiple checkbox elements - I would expect that the leaf elements _value() functions would be called before the _value() function for the wrapping element.
This isn't what happens though - form_type_checkboxes_value() is called before form_type_checkbox_value(). For the custom element type I'm building this means that code which handles the leaf element's value needs to be put into the wrapper element's _value() function. Which just feels wrong.
I have strange problems with Drupal 7 beta 3 install. Setup hangs on both variants of installation (small and full) after Database logging module installed.
----------------------------------------
In small install...
* Notice: Undefined index: SERVER_SOFTWARE in system_requirements() (line 51 of /data/WWW/example.ru/html/modules/system/system.install).
* Notice: Undefined index: argc in drupal_is_cli() (line 2933 of /data/WWW/example.ru/html/includes/bootstrap.inc).
* Notice: Undefined index: argc in drupal_is_cli() (line 2933 of /data/WWW/example.ru/html/includes/bootstrap.inc).
* Notice: Undefined index: SERVER_SOFTWARE in require_once() (line 14 of /data/WWW/example.ru/html/includes/mail.inc).
* Notice: Undefined index: argc in drupal_is_cli() (line 2933 of /data/WWW/example.ru/html/includes/bootstrap.inc).
* Notice: Undefined index: SERVER_SOFTWARE in require_once() (line 14 of /data/WWW/example.ru/html/includes/mail.inc).
Completed 8 of 9
Installed Database logging module
than install hangs
--------------------------------------------
In full install...
* Notice: Undefined index: SERVER_SOFTWARE in system_requirements() (line 51 of /data/WWW/example.ru/html/modules/system/system.install).
I need to log-in to a Drupal site to make changes to several things...content and imagery. The site is hosted by GoDaddy. Every time I enter my username and password, I get an error message stating that either my user name or password are incorrect. I've been setting my admin name and password in GoDaddy.