Archive for December, 2009

Sound Doesn’t Work Kubuntu 9.10 with PulseAudio

Friday, December 18th, 2009

It seems like every time I upgrade Kubuntu, my sound doesn’t work anymore. I guess “doesn’t work” isn’t the right term. It seems that the output is muted. If I type pavucontrol into the command line and then go to output devices on the volume control window that pops up, the Internal Audio Analog […]

Zend_Auth and more than one record matches the supplied identity

Sunday, December 13th, 2009

The Zend_Auth Db adapter will fail if you have more than one record returned, which makes sense. However, when I have coded something like this in the past, I would check how many records were returned with a matching username and password. Zend_Auth looks at how many records are returned for the username field regardless […]

Setting up a new Site with Zend Framework Application/Tool

Wednesday, December 2nd, 2009

It’s been awhile since I had to set up a new site with Zend Framework, and I took the chance to play around with Zend_Tool_Project. Following the QuickStart guide, I had a site up and running in no time. But it did take me a little while to figure out how to get my modules […]