Trying to import views_export.txt from export_files_V1.6 but getting this error

Field handler node_data_field_pager_item_text.field_pager_item_text_value is not available.
Field handler node_data_field_slide_text.field_slide_text_value is not available.
Field handler node_data_field_image.field_image_fid is not available.
Field handler node_data_field_pager_item_text.field_pager_item_text_value is not available.
Field handler node_data_field_slide_text.field_slide_text_value is not available.
Field handler node_data_field_image.field_image_fid is not available.
Unable to import view.

CommentFileSizeAuthor
#4 template.php_.txt7.13 KBepsi

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Did you install the required modules and did you import the Content type first?

epsi’s picture

I reinstalled all the modules and now it almost works.

Im getting this weird error everywhere

*

array (
'delta' => '6',
'output_type' => 'view_fields',
'pager' => 'custom-pager',
'pager_container' => NULL,
'pager_event' => NULL,
'pager_height' => 63,
'pager_width' => 195,
'imgcache_pager_item' => '',
'pager_position' => 'right',
'template' => 'custom',
'custom_template' => 'modest-grey10p',
'view_name' => 'news_items',
)

*

stdClass::__set_state(array(
'nid' => '30',
'node_title' => 'news item title 2',
'node_data_field_pager_item_text_field_pager_item_text_value' => 'page item 2',
'node_type' => 'ddblock_news_item',
'node_vid' => '30',
'node_data_field_pager_item_text_field_slide_text_value' => '

slide 2
',
'node_data_field_pager_item_text_field_image_fid' => '25',
'node_data_field_pager_item_text_field_image_list' => '1',
'node_data_field_pager_item_text_field_image_data' => 'a:3:{s:11:"description";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
'node_revisions_body' => '

body 2
',
'node_revisions_format' => '1',
'node_created' => '1255511777',
))

And which theme is the one like this one?
http://drupal.org/files/RC2B_v3.jpg

i love that one

ppblaauw’s picture

Category: bug » support

The error you see are the results of the drupal_set_message debug lines in the preprocess functions.
You can comment these drupal_set_message lines again in the preprocess functions.

The theme is similar to the gradient_green50l theme we sell at http://themes.myalbums.biz

Hope this helps you further, please let me know.

epsi’s picture

StatusFileSize
new7.13 KB

EDIT: Had uncommented the wrong place - works now.

How do i get those buttons to click on? Are those also something you have to buy?

EDIT 2: Let me refrase that. How do i get the buttons to be on the right side with the free them gradient-green30p?

ppblaauw’s picture

You also need to comment the drupal_set_message in the pager preprocess functions.
But I think you already did this, when you say in your edit it works now.

To get the pager-items at the right side you need to customize a theme.
We can not give free support for customizing themes.

There are 14 theme layouts available for free now. The other theme layouts we developed, are for sale at http://themes.myalbums.biz But as I said before you can also develop your own customized themes.

The p (portrait) themes have the pager at the top or bottom (setting in configuration page)
The l (landscape) themes have the pager at the left or the right (setting in configuration page)

Hope this helps you further, please let me know.

ppblaauw’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Set status to closed, assume poster solved the issue, more then 4 weeks no activity.