【发布时间】:2020-07-18 09:15:17
【问题描述】:
【问题讨论】:
【问题讨论】:
可能的解决方案:
1) 清除所有缓存(Symfony + 数据)
用于清除缓存的 CLI 可能会有所帮助:
cache:clear Clears the cache
cache:pool:clear Clears cache pools
cache:pool:delete Deletes an item from a cache pool
cache:pool:list List available cache pools
cache:pool:prune Prunes cache pools
cache:warmup Warms up an empty cache
2) 确保您已安装所有必需的软件:https://pimcore.com/docs/6.x/Development_Documentation/Installation_and_Upgrade/System_Requirements.html
3) 稍等片刻,清除浏览器缓存
这些有帮助吗?
【讨论】:
好像您还没有在系统中安装 FFMpeg 包。请尝试安装它。
如果你使用 Linux 系统作为服务器,这里是命令。
sudo apt-get install ffmpeg
【讨论】: