Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 webino/WebinoImageThumb 模块在我的 zend 2 应用程序中生成缩略图,但它显示错误 “致命错误:找不到类 'GD'...” 是否有任何其他模块或库可用于执行此操作,例如 php thumb 等。 请帮忙。
错误消息显然说明了问题。您需要在系统上启用GD 扩展才能使用WebionoImageThumb模块的图像处理功能。
您应该阅读安装文档并按照其中描述的步骤进行操作。