Drupal is a PHP-based content management system.
drupal upgrades, and more
Today I upgraded Drupal from 4.6.x to 4.7.x. This came with some special problems, but none of them were in drupal itself, but in modules. To wit, the ecommerce module summoned satan all over itself; it is using the new method in drupal where modules can create their own database tables, and it's not creating them all. I went so far as to disable all the modules, manually remove the tables, and then put the modules back in - which changed nothing. I wasn't actually selling anything anyway, so I went ahead and kept the upgrade.
- Read more about drupal upgrades, and more
- Log in or register to post comments
Many more new modules
I have installed a crapload of new modules. First, let me mention sidecontent, which lets you create your own sidebar box. You should be able to see an example to your left. I replaced FCKeditor with quicktags, which provides some cute little fast-loading HTML editing buttons. It's not WYSIWYG, of course. FCKeditor will come back once I figure out how to add a "use FCKeditor?" option to the user's settings.