After upgrading to views 3.0-alpha 1:

    * Debug:

      'Missing handler: field_data_field_brand field_brand field'

      in views_get_handler() (line 841 of /home/umicha03/public_html/sites/all/modules/views/views.module).
    * Debug:

      'Missing handler: field_data_field_year field_year field'

      in views_get_handler() (line 841 of /home/umicha03/public_html/sites/all/modules/views/views.module).
    * Debug:

      'Missing handler: field_data_field_model field_model field'

      in views_get_handler() (line 841 of /home/umicha03/public_html/sites/all/modules/views/views.module).
    * Debug:

      'Missing handler: field_data_field_image field_image field'

      in views_get_handler() (line 841 of /home/umicha03/public_html/sites/all/modules/views/views.module).
    * Debug:

      'Missing handler: field_data_commerce_display_path commerce_display_path field'

      in views_get_handler() (line 841 of /home/umicha03/public_html/sites/all/modules/views/views.module).
    * Debug:

      'Missing handler: field_data_commerce_total commerce_total field'

      in views_get_handler() (line 841 of /home/umicha03/public_html/sites/all/modules/views/views.module).

Comments

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

You should upgrade to the dev version. The alpha is really old.

Then it's also important to clear the cache.

Ceb’s picture

Status: Postponed (maintainer needs more info) » Active

second part below that:

    * Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /home/umicha03/public_html/sites/all/modules/views/handlers/views_handler_field.inc).
    * Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /home/umicha03/public_html/sites/all/modules/views/handlers/views_handler_field.inc).
    * Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /home/umicha03/public_html/sites/all/modules/views/handlers/views_handler_field.inc).
    * Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /home/umicha03/public_html/sites/all/modules/views/handlers/views_handler_field.inc).
Ceb’s picture

Alright... I've tried updating to 'dev' versions of a couple modules and it just keeps going bad.... maybe I'm doing it wrong. I'm extracting the zip file on my desktop and uploading the folder to my sites/all/modules folder. Is there a better way to do this? Am I doing it wrong?

dawehner’s picture

b) are just notices. This is really not bad.

Notices aren't displayed in d6, but your display would be red if you would enable them.

Ceb’s picture

Thanks, I managed to update views to the dev version properly and got rid of those errors. Not exactly sure what in the process got it running. But THIS is fixed. Hopefully I can get past my other problems.... the site just isn't working very well right now.

dawehner’s picture

Status: Active » Fixed

Update status

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.