movie rental service
movie downloads.

Installing Drupal with Media Temple 1-Click Install Pitfalls and Fixes

June 19, 2007 – 3:10 am

While Digg was down today I took a break from hacking ThemBid.com to work on setting up Drupal for a client demonstration. Following are some issues I ran up against and the fixes.

I used the 1-Click Applications to install Drupal from within my control panel

  1. Installing TinyMCE
    1. Make sure that you use the 4.7.1 version
  2. Installing ecommerce
    1. Use these instructions
      1. Don’t install the modules just yet, you will need this fix.
      2. You will also need the Token module (don’t forget to use the 4.7 version)
      3. I did not see where to install the Mail Subsystem. Not sure yet if this will be an issue.
  3. Installing signup (to allow users to sign up for events)
    1. First install the views module
    2. Second install the event module
      1. To get the add event part to work I had to set the version of PHP to 5. With version 4 I received this issue.
    3. You will need to increase your memory limit again (I used 32MB) for PHP for the install to work properly
  4. Installing workflow
    1. First install actions (not necessary but useful)
    2. Then install workflow
  5. Getting the search module to work
    1. I had to use the checklist here. But, item 1. should be ?q=admin/modules

I hope this short article can save you the hours it took me to figure it out :)

  1. 2 Responses to “Installing Drupal with Media Temple 1-Click Install Pitfalls and Fixes”

  2. If you haven’t noticed, Drupal 5.1 has been on for a while and should have the TinyMCE module. It should be worth to use it, instead of Drupal 4.7.

    Unless you can’t install a CMS on your own, which is unlikely.

    And yes, initially, it takes hours, if not days, to figure out which modules to use for what you want to do with Drupal. Once done, it is easy peasy.

    By Yuri on Jun 19, 2007

  3. Thanks Yuri,

    I had to pull this together in a pinch and I assumed the 1-click install would be the way to go…. heh.

    I did find Drupal a pleasure to tinker with. Joomla was my CMS of choice, but after this experience I may prefer Drupal. I just need to get some better templates together.

    By ethomas on Jun 19, 2007

Post a Comment