Search code examples
zend-framework2phpthumb

how to use php thumb in zend framework 2


I am using webino/WebinoImageThumb module to generate thumbnail in my zend 2 application but it shows an error
"Fatal error: Class 'GD' not found ..." Is there is any other module or library available to do this like php thumb etc. Please help.


Solution

  • The error message obviously says the problem. You need the GD extension enabled on your system to use image processing capabilities of WebionoImageThumb module.

    You should read installation documentation and follow the steps described there.