Tinjaw's bw Blog

Created by: Chaim Krause, 04 Jul 2005 (15:40 UTC)
Last modified: 10 Jul 2005 (11:09 UTC)

I've been Committed

By Chaim Krause
Sunday, July 10, 2005
I mucked around with the source code a bit yesterday. I tracked down a bug, fixed it, and committed the fix to cvs. It was a small fix, but a fix none the less.

For those of you geeky enough to care what the fix was... When you have gzip compression already turned on in bitweaver and you also turn it on in phpBB, the code in phpBB tried to start the output buffer when it is already started and bingo, error. I just added a check to see if it was already opened before opening the ob.

Time for my X-ray goggles

By Chaim Krause
Wednesday, July 06, 2005
Well, it is time to start banging away on this project. The first thing I need to do is to start getting familiar with bw's architecture since my project will require the building of at least one custom package.

One install down. One to go.

By Chaim Krause
Wednesday, July 06, 2005
OK, I have gotten one install up and it seems to be working fine. I'm now going to get a second installation up. One will be for testing and one will be for production.