Two installation problems
jcfiala - July 28, 2008 - 16:10
| Project: | Deadwood |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | solotandem |
| Status: | closed |
Jump to:
Description
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.

#1
Thanks 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.
#2
Automatically closed -- issue fixed for two weeks with no activity.