Upgrading from D5 to D6
RikiB - July 6, 2009 - 21:52
| Project: | User Relationships |
| Version: | 5.x-2.9 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
I keep getting a fatal error when trying to upgrade my site to drupal 6.
Fatal error: Call to undefined function user_relationships_types_load() in
Sorry if this is common knowledge, but is UR capable to carrying the db to D6?

#1
It sounds like the problem is in the code (is it incomplete?) rather than the database. You'd be seeing SQL errors had it been the case.
#2
Riki and I tested this out today, turns out this is what happens if you leave this module enabled when upgrading Drupal core. Trying the upgrade again, with all contributed and optional core modules switched off, the upgrade and UR work fine.
Still, this bug report is useful for anyone else with the same error. :)