I used composer create-project drupalcommerce/project-base commerce --stability dev
, as suggested from Installation|Drupal Commerce Installation starts normally, but after I am asked for the database credentials, the installation fails with the following error. (The server document directory for https://pood2.veskimees.eu/ is /commerce/web.)
Error: Class "DrupalshortcutEntityShortcut" not found in commerce_base_install() (line 25 of profiles/contrib/commerce_base/commerce_base.install).
commerce_base_install() call_user_func_array(‘commerce_base_install’, Array) (Line: 392)
DrupalCoreExtensionModuleHandler->invoke(‘commerce_base’, ‘install’, Array) (Line: 343)
DrupalCoreExtensionModuleInstaller->install(Array, ) (Line: 83)
DrupalCoreProxyClassExtensionModuleInstaller->install(Array, ) (Line: 1653)
install_install_profile(Array) (Line: 694)
install_run_task(Array, Array) (Line: 565)
install_run_tasks(Array, NULL) (Line: 118)
install_drupal(Object) (Line: 48)
What’s wrong?