I'm working on a D7 upgrade for a site and it looks like there's no upgrade path for Login Destination. I'm getting errors like "PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'login_destination' doesn't exist" Looks like the .install file included with the module only installs the base table on a fresh install, and not on an upgrade from D6. Please let me know if I'm incorrect and there's a known upgrade path.

Comments

attheshow’s picture

To get around this, I re-wrote all of my rules on a D7 site, dumped the new "login_destination" database table to a SQL file and I will be importing that during my automated upgrade.

I'm writing a repeatable shell script to do my upgrade to D7. Since this module doesn't have an upgrade path, I'm having my script uninstall the d6 version, re-install it when it's upgraded to d7. Then I'll import the SQL file.

ddrozdik’s picture

Issue summary: View changes
Status: Active » Closed (fixed)
firfin’s picture

Status: Closed (fixed) » Closed (works as designed)
Related issues: +#1761046: Can not Log Out and Update fails, +#1788848: Update #7000

There is no upgrade path from D6 to D7
Similar issues marked as duplicates.