Brand new Drupal installation, new Debian Linux Woody, PHP 4.1.2, Apache
I cannot create a first new album I get " You must specify an album title". This appears to come from the function album_validate on line 40 of album.module.
When I array_walk $_REQUEST["edit"] I get four arrays, thus:
name :: Array
type :: Array
tmp_name :: Array
size :: Array
but no variable named album_tags, even though the form page plainly has name=edit['album_tags'] right on it
Any clue where to start on this mystery? Is it uniue to me?