BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

[BUG] Fail to Install the DataDirector with the Newest Pimcore Version. #79

Closed luka-jukic closed 1 year ago

luka-jukic commented 1 year ago

When I try to install DataDirector with the latest Pimcore version, the installation does not complete.

Follow up point leads to:

FIle: Blackbit\DataDirectorBundle\Tools\Installer;

I have replaced the following lines (152 - 159): Issue

If I comment out these lines and replace them with 'return true;' it works as expected. quick fix

Unfortunately, I did not get around to locating the problem more precisely. I hope you can do something with it.

BlackbitDevs commented 1 year ago

Thanks for your report.

What is the latest migration which you have in the migration_versions table? I wonder if "the installation does not complete" refers to a long-running migration (which now may not have been executed). Please compare the latest migration version in database to the latest file in vendor/blackbit/data-director/Migrations.

Alternatively, what is the output of bin/console doctrine:migrations:up-to-date --prefix=Blackbit\DataDirectorBundle?

luka-jukic commented 1 year ago

The fault was on our side. The PHP binary was not specified correctly. Sorry for any inconvenience.