missing fields

Events happening in the community are now at Drupal community events on www.drupal.org.
ben.hamelin's picture

Missing fields, specifically node path field, within views result object

Hello!

I was wondering if anyone knew why there might be "missing" fields within the views result object. The specific field in question is the node "path" field. When previewing the view it of course is there. When I dump the results within my script it is not.

Here's some context:
I'm writing a custom script that will generate CSV data of blog nodes.

Within a PHP script, I have the following code:


$all_results_view = views_get_view("list_blog_entries");
$all_results_view->set_display("block_1");
$all_results_view->execute();

Read more
thekenshow's picture

CCK Fields Missing from Content Set Mapping: Solved

I'm posting this because I just spent way too long trying to figure out why all CCK fields were suddenly missing (absent, not showing up) as destination fields on the mapping page of a content set for the Migrate module. The answer is in plain site on the Migrate project page and discernible in the CHANGELOG.txt.

Migrate Extras. Optional, but for releases after Beta 4 you need this module to be able to migrate CCK fields, as well as other contrib modules previously supported natively in Migrate.

Read more
Subscribe with RSS Syndicate content