Doesn't work with db prefix
adub - June 2, 2008 - 16:47
| Project: | Related Items |
| Version: | 5.x-7.1-2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Using db prefix with multi-site install on dr5.7. Install creates relateditems table without prefix. When this is manually created, interface shows up but the module doesn't seem to be able to save the relations.

#1
this is true. i get a mysql error stating that the table is already created (probably from another multisite). then when i view a node with related items enabled on it, i get a mysql error stating that the table with correct prefix cannot be found. so it is a problem with the install of the module. renaming the table manually to contain the prefix fixes the problem.