Tag: upgrade

Drupal 6.3 Released

Add CommentSource14Monday, July 14, 2008By adminDrupal 6.3 was released on 9 July 2008. Among other things, this release fixes the core issue that was affecting the Views 2.0 module. Read more about this release at Drupal 6.3 and 5.8 released, fixing security issues

Read More
Converting Joomla to Drupal

Add CommentShareSource Articles12Thursday, June 12, 2008By adminPlanning to make the switch from Joomla to Drupal? Now may be the time! I was just reading over the New Modules feed when I spotted something called Joomla to Drupal. According to the feature list, it can import Joomla users, content, sections, and categories into Drupal. Obviously, this

Read More
Enabling New Modules Via Update.php

Add CommentSourceTutorialsBookmark/Search this post with:Delicious DeliciousDigg DiggStumbleUpon StumbleUponFacebook FacebookGoogle GoogleYahoo YahooTechnorati Technorati16Wednesday, January 16, 2008By adminUPDATE: There’s a better way. I work with 3 other developers, all of whom have their own local sandbox of our site. Since we’re constantly adding new modules, I found a simple way to enable a new module via another

Read More
Enabling/Installing New Modules via Update.php: The Complete Solution

Add CommentSourceTutorialsBookmark/Search this post with:Delicious DeliciousDigg DiggStumbleUpon StumbleUponFacebook FacebookGoogle GoogleYahoo YahooTechnorati Technorati18Friday, January 18, 2008By adminIn our last episode of enabling new modules via update.php, Steve McKenzie pointed me to a better method: module_enable(). A quick test found, however, that it didn’t run the install files, and didn’t rebuild the module files cache. So after

Read More