BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

Problem after update from 3.2 -> 3.7 #177

Closed betterapp closed 3 weeks ago

betterapp commented 3 weeks ago

Hi

I tried update DataDirector from 3.2 to 3.7 Pimcore: 6.9

After update when I open Pimcore admin I get messages:

image

When I click on DataDirector icon I got error:

image

DataPort list is empty image

BlackbitDevs commented 3 weeks ago

?? Please check if the database tables plugin_pim_favorites and plugin_pim_importstatus exist.

betterapp commented 3 weeks ago

does not exist

BlackbitDevs commented 3 weeks ago

Hmm, then something went wrong during installation. Please try bin/console pimcore:bundle:install BlackbitDataDirectorBundle but as those tables got created long time ago, I doubt that you will get the tables back. Maybe check pimcore_migrations table to see which is the latest migration of DataDirector which got executed successfully.

To be honest, I would recommend to restore the database to the state before, check if the plugin_pim_* tables exist and then do the update again.

betterapp commented 3 weeks ago

fixed