【发布时间】:2019-05-28 10:15:46
【问题描述】:
我尝试安装 Pimcore“高级演示包(电子商务、PIM、MDM、DAM、...)”包,它会返回以下错误,
9/10 [=========================>--] 90%
Trying to install assets as relative symbolic links.
--- ------------------------------------------ ------------------
Bundle Method / Error
--- ------------------------------------------ ------------------
✔ PimcoreAdminBundle relative symlink
✔ PimcoreCoreBundle relative symlink
✔ PimcoreEcommerceFrameworkBundle relative symlink
✔ OutputDataConfigToolkitBundle relative symlink
✔ Web2PrintToolsBundle relative symlink
✔ PimcoreCustomerManagementFrameworkBundle relative symlink
✔ ObjectMergerBundle relative symlink
--- ------------------------------------------ ------------------
[OK] All assets were successfully installed.
[ERROR] The following errors were encountered during installation
* **An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':**
Warning: Error while sending QUERY packet. PID=11521
我可以看到这个问题的发生,因为它不会先选择数据库,如果不选择数据库,它会尝试运行 SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' 命令。
安装后我可以看到它也没有创建系统管理员帐户。
有什么解决办法吗?
【问题讨论】: