Hi everyone, First, let me say thanks again to all who attend our meetings, and who actively contribute to the group in various ways. You rock.
Along those lines I am hoping some of you would like to get together again and work on the group site. I think we learned a ton from the FBWC build day, and could apply some of that to our group's site.
Jason has done quite a bit of configuration already, and now that it is linked from the FBWC page, I think it is a great time to play with it again if some of you are up for it.
I'd also like to see the FBWC site files posted somewhere for all to learn from. I suspect people were focused on their own little pieces of the site, and were not aware of the other things that were going on.
Please let me know if you'd like to continue to be involved with the group site. I think it could become a fun sandbox for us.

Comments
Help with my local install
I'm now getting an error message that says:
"warning: Parameter 1 to admin_menu_admin_menu() expected to be a reference, value given in /Applications/MAMP/htdocs/drupal-6.17/includes/module.inc on line 483."
I DO have Admin Menu installed. That's the only non-core module.
It comes and goes. It showed up when I started the local install just now, but it went away when I switched to another page.
It reappeared once and hasn't come back since. Should I worry about this?
try drush cc all
In all weirdnesses, first try clearing cache. But that probably won't do it here. Make sure you're running PHP5 locally (bc of the "parameter expected to be a reference" clue).
Kojo, You need to patch
Kojo, You need to patch it:
admin_menu-6.x-1.5-admin_menu.inc_.patch
Several spots on drupal.org you can get it, but the easy way is to save this file here:
http://drupal.org/files/issues/admin_menu-6.x-1.5-admin_menu.inc_.patch
save it into your admin_menu module folder (somewhere under /Applications/MAMP/htdocs/drupal-6.17/) - once you save it there, then in terminal, navigate to that folder and issue the following command:
patch < admin_menu-6.x-1.5-admin_menu.inc_.patch
It will then patch your admin_menu.inc file to work with PHP 5.3 without causing that error.