I've been wondering 'bout something with Drupal 7. Our hosting offers PHP 5.1.2. They refuse to upgrade to PHP 5.2 or 5.3. God knows why... They explained it once, but it was typical "get rid of the customer" stuff that didn't make any sense. Switching over isn't an option, though.
So, is it possible to run Drupal 7 on a hosting that's running PHP 5.1 instead of 5.2 or higher, or will we do better by sticking to Drupal 6?
I've succesfully upgraded a 6.20-site to 7.x-rc3, it took a few tries but I managed to get the upgrade running with only minor errors.
I've got loads of images attached to the nodes via imagefield (filefield), but they apparently haven't been upgraded to the new file API, as I cannot see the images neither in view or edit mode. Is this correct, or have I missed something? From the CCK-site it looks like they are working on some kind of content migrate module - is this where the images should be upgraded/migrated?
First of all: Merry Christmas to all...
Fiddling with some Drupal 7 module development while the goose is in the oven.
I'm coding a conversion module that takes content from a custom CMS and creates nodes in Drupal 7. Things are working fine, but I'm wondering about one thing: When creating a new node programatically in Drupal 7, I can easily make a URL alias by adding the code
I am using drupal 7.
I cannot see and example for this hook hook_form_search_form_alter().
Can any one tell me that is this hook is removed by the drupal core ?
Hi,
Is there any script (commandline) for batch-importing data from another database (mysql) to Drupal 6 or 7?
That is, if anyone made sort of script for real time importing only cck fields from another database to Drupal nodes?