Drupal
Images not appearing in Ubercart for Drupal
Ubercart relies on the imagecache module to serve it’s images, so this must be installed first, and the PHP GD2 Module activated.
Once this is done the “presets” the settings required by imagecache to know how to handle the images must be defined. This is done automatically by clicking on “store administration” and then the “images” link [...]
You have specified an invalid media URL for Custom URL
Now here’s one for the “Read the manual” and “Bad validation messages cause big headaches”. On setting up a feed import for a Flickr based feed I was unable to import the images correctly (despite being sure I had set up my CCK fields and mappings correctly). Each time I ran the import (using the excellent [...]
Drupal search index not updating (Says “The index will be rebuilt”)
In early days of experimenting wiht Drupal, mostly pretty good news I have to say, I’m enjoying it’s flexibility and the large number of modules that speed things up!
One problem I just came across was that under admin>settings>search the “Re-index site” button was not working when clicked, it just kept repeating “The index will be rebuilt” [...]
Drupal installation fails at Database configuration
Trying to install Drupal? Failing at the Database configuration stage?
Read the manual!
Or, when you fail to do that properly refer to posts like this:
http://drupal.org/node/484534#comment-1675612
As it says:
default.settings.php isn’t supposed to be “changed” it is supposed to be copied and renamed settings.php
this in sites/default you should have 2 files default.settings.php and settings.php
This is exactly the opposite of [...]
