So the problem why the blog wasn’t working is because it relies on php’s magic quotes being turned on. Totally ridiculous. Nobody should ever rely on magic quotes being on in order for their stuff to work. So what was happening is that it wasn’t handling apostraphies correctly so when it was inserting into mysql, mysql was returning an error. Oh well. I turned off magic quotes last night. I needed to turn it off so I could get oscommerce to work correctly for something else I’m doing.

Totally Ridiculous.