Upgrade error from 6 -7 but site works

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).

Getting raw content from a views field

In D6 and Views 2 I used to get content by:

print $fields['field_location_value']->content

Which just output the raw data for that field. However in D7/Views 3 when I use:

print $fields['entity_id']->content

it comes wrapped in about 3 divs. How do I get the RAW data (without theming each field template, which seems excessive)?

Cannot install any module in Drupal 7 beta 1

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

This must be a serious bug,isn't it?
Thanks

Fresh installed Drupal --- Cannot connect to FTP Server, check settings

Have a fresh installed Drupal D7Beta1 on Ubuntu 10-10 in a VirtualBox.

When I try to download a new theme (http://ftp.drupal.org/files/projects/genesis-7.x-1.x-dev.tar.gz) Drupal asks for the FTP settings. Providing the information, Drupal objects with message:

Cannot connect to FTP Server, check settings

FTP is up and running:

Form Field Logic

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)

Can a View block consume RSS?

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.

Is this possible?

Thanks,
Stace

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x