请问,我安装了OG模块后,网站没什么“变化”。在页面上没有看到对应不栏目,在区块里加入了一些OG的内容,也是没有的,是不是要起用?
我看了模块中的modules\og中的README文件:
1. Enable the Group and the Group UI modules.
这个安装了,也启用了
2. Create a new content type via admin/structure/types/add. Call it "Group", and
define it to be of Group type.
这个是加入内容类型吧?成功了
3. Create a second content type. Call it "Group content", and set it to be of
Group content type.
这个也是加入一个内容类型,成功了。
4. Add a Group by going to node/add/group. Call it First group, and enable the
Group through the "Group type" field.
这个是添加内容吧?
我点添加就报错:Fatal error: Call to undefined function og_load_multiple() in C:\drupal\sites\all\modules\og_menu\og_menu.module on line 720
- Add a Group Content by going to node/add/group-content. In the Groups
audience field, select First group. In the group content view a link was
added to the group.
这个也是报错:Fatal error: Call to undefined function og_get_context_by_url() in C:\drupal\sites\all\modules\og_menu\og_menu.module on line 302
请问一般是什么问题呢?
谢谢了