Contact Lifestream
        

Lifestream: Upgraded to Wordpress 2.5. Better late than never.




VideoDB update

I just realized that there was a newer version of VideoDB out. One that fixes the IMDB bug that prevented the import code from functioning.

Also, I just saw that the “SSI thing” I did with VideoDB so that I can list the last entry on the portal page (like this page), was only working with the Nucleus pages. When it was being called upon from a vanilla php page it gave a number of session errors. Solved it by calling session_start(); at the top of every stationary php page on the site. Simple but effective.