Hi all,

I am trying to create a taxonomy vocabulary by using patterns. Here is the yaml code I use:

info:
title: |
Content Type: Pattern Taxonomy Test
description: |
Provides examples for taxonomy creation via yaml
author: Sensen
author_email: samgu3990@gmail.com
version: 0.1
author_date: 03.26.2009
category: Examples
core: 6.x

modules:
- content
- taxonomy
- views
- views_ui
- text
- link
- number
actions:

-
tag: vocabulary
name: Test Taxonomy Term
nodes:
page: page

This is the error message I got:

Processing pattern Content Type: Pattern Taxonomy Test

An error has occurred.
Please continue to the error page
Array
(
[name] => Test Taxonomy Term
[nodes] => Array
(
[page] => page
)

[vid] => 8
)

Could you please tell me where did i go wrong? I spent absolute ages to try to figure out the problems... I am to Patterns module+ new to Drupal as well.

Thank you in advance

Cheers

Comments

vaish’s picture

Please download the latest module release and try again. Let us know if you still run into the same problem.

Vaish

vaish’s picture

Status: Active » Postponed (maintainer needs more info)