I got the following error when upgrading from 6 to 7:
* Notice: Undefined index: update_success in update_results_page() (line 162 of /home/site/public_html/7/update.php).
* Warning: reset(): Passed variable is not an array or object in update_results_page() (line 166 of /home/site/public_html/7/update.php).
* Warning: array_pop(): The argument should be an array in update_results_page() (line 166 of /home/site/public_html/7/update.php).
After installing Drupal 7 beta 1 I try to install modules,but with no success.
Any module I am trying to install,for example Views module,appears this message:
Cannot extract temporary://views-7.x-3.x-dev.tar (3).gz, not a valid archive
Is there a module available that supports form field logic? I want to create a content type where I can create form fields for users to fill-out and base on their answer to a particular field it will show them certain subset of fields. For example:
What is your first name?
Do you like dogs or cat? (If they choose dogs then it will show fields related to dogs but if they choose cats then show them fields about cats)
I'm new-ish to Drupal (DotNetNuke native) and I'm updating an existing site. I have three Views. Blocks one and three consume regular data from the CMS.
I would like Block 2 to consume an outside RSS feed (actually, several feeds, which the user can select.)
It looks possible to output a View to RSS, or display a View as RSS/XML, but I need to be able to show items from a feed.