Closed (fixed)
Project:
Deadwood
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jul 2008 at 16:10 UTC
Updated:
11 Aug 2008 at 18:27 UTC
Hi. Trying to use this, but I've hit two problems:
1) Installed and enabled the module as a non uid 1 user with full privledges, and the installation for some reason wrote no rows to dw_category.
2) Switched to uid 1, and used devel module's functionality to uninstall and re-install the module. Now I do have rows in dw_category, but I got primary key clashes on dw_category - and a lot of them. Unfortunately, I didn't get a copy of them.
Comments
Comment #1
solotandem commentedThanks for noticing this and sorry about the bug.
Do the following:
1) Add 'vid' as a parameter on line 179 in deadwood.install. After change it should read as:
drupal_write_record('dw_category', $node, 'vid');
2) Go to admin/settings/deadwood/api and click the button captioned as 'Reload the API changes.'
This worked for me. Let me know if this fixes the issue for you.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.