带有消息方法“createThumb”的 Engine_Exception Amazon EC2 不支持
createThumb() 方法可在 apache 服务器上使用 localhost。但是,相同的功能不适用于 Amazon EC2。 其中显示类似
异常“Engine_Exception”和消息“不支持方法“createThumb””的
在 /var/www/justrides/application/modules/Core/Api/Abstract.php:46服务器中启用了 GD 库, 错误。请提出任何建议。
createThumb() method working with localhost on apache server.But, the same function not working with Amazon EC2. Which is showing an error like,
exception 'Engine_Exception' with message 'Method "createThumb" not supported' in /var/www/justrides/application/modules/Core/Api/Abstract.php:46
GD Library enabled in the server. Any suggections please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我在亚马逊网站上找到的:
createthumb() 函数是一个简单的函数,它有四个参数:要处理的文件、输出文件名、输出文件的宽度和输出文件的高度。该函数利用 GD 图像处理工具,改编自 Christian Heilmann 的函数,可在 http://icant 上找到.co.uk/articles/phpthumbnails/。
这是另一个缩略图库:
http://phpthumb.sourceforge.net/
Here is what I found on Amazon's website:
The createthumb() function is a simple function that takes four arguments: file to process, output file name, width of output file, and height of output file. The function makes use of GD image-manipulation tools and is adapted from Christian Heilmann’s function available at http://icant.co.uk/articles/phpthumbnails/.
Here is another thumbnail library:
http://phpthumb.sourceforge.net/