Bouncin’ Boobs
Okay, so I may get blasted for being sexist or what-have-you. But my favorite google app engine to date is “Oppai“(おっぱい), or breast in Japanese.
So what’s your favorite boob?
Okay, so I may get blasted for being sexist or what-have-you. But my favorite google app engine to date is “Oppai“(おっぱい), or breast in Japanese.
So what’s your favorite boob?
Yesterday, I saw over on GAE Monologista that voluntas submitted an update using the api (JSON only for the gae version). I did some googling but couldn’t figure out how to do it. So, I broke down and asked…..
Voluntas was kind enough to point me in two directions. The first was a firefox addon called poster. By the time I got it downloaded and installed into firefox, he then pointed my to a small python program he created, here. So I did that first. Works like a charm!
Yesterday I had the pleasure(!?) of upgrading a client’s site from phpbb2 to phpbb3. It actually took me alot longer than it should have, if I had bothered to rtfm. But once I figured out how it worked, it’s nice.
In particular what I liked about it is how it leaves the forum being updated untouched, meaning if anything goes wrong you still have it around to do it again. One of the things that would have been nice is if the process had clearer explanations on the screen of what you needed to do.
Actually, I just did a big delete of what I wrote since I realized that yesterday I actually did two different things: 1) converted a phpbb2 forum to phpbb3, and 2) upgraded a phpbb3 3.0.0 forum to 3.0.1. Both processes were nice
I did the conversion from phpbb2 to phpbb3 on my laptop. Assuming you have a phpbb2 forum up and running, he basic steps are:
Approximate steps as I did this yesterday, and didn’t write it down.
I dumped this database and imported it to the servers database. Switched the configuration file for the existing phpbb3 install to point to the new database. Conversion complete. As I went through the admin screens I noticed the software was “out of date” and needed to upgrade to 3.0.1. So that was next.
The admin screen that showed I was “out of date” also had a link to phpbb.com to get the upgrade. I almost made the mistake of downloading the full version, as you need to download the “automatic upgrade” version. But the links takes you to a page where the first thing you see is a download of the full version. I had to scroll down to find the “automatic upgrade” version.
So you download it and extract it in your phpbb directory, the same directory that has the config file. It creates an “install” directory with the necessary files. Point your browser at the install directory. The process is actually really simple, with one exception — which is probably where I should have rtfm.
First off it’ll upgrade the database. I had zero problems with this part of it. The next step is it compares the files in place with the new ones and lets you select to merge them, use the new ones, or use existing ones. Once you have done that, you can then select to either ftp the files to localhost, or download them. Since I don’t have ftp setup on the server, I downloaded and then reuploaded them and extracted the archive to the phpbb directory.
Aaargh.
I had selected “use new files” which overwrote the changes the designer had made, so we had the old phpbb2 forum content in a brand spanking new default phpbb3 install. Luckily, we have backups of the css files and images we created so it’s really just a matter of restoring those to get our custom design back.
But this last piece of upgrading the files was where some more on-screen information would have been helpful. The process is to:
That process wasn’t clear on that page. Again, if I had bothered to rtfm, I probably wouldn’t complain about it not being on screen, but it is a webpage for goodness sake. It can’t be that hard to add.
In the end though, it worked. It was clean and easy. I had some bumps on the road, but I’m as much to blame for that as anything. And besides me overwriting the designer’s files, it all went without a hitch. In particular, I liked the way the phpbb2-to-phpbb3 conversion leaves you with the original forum and doesn’t touch it. That’s a nice touch. And with the exception of not enough on-screen explanation, the “automatic” upgrade process was also really nice.
Nice job phpbb folks!