HollerLondon / sfImagePoolPlugin

Provides a means to manage a pool of images and associate them with other Doctrine_Record objects. Also handles dynamic cropping/sizing with caching on the filesystem, a reverse proxy or on The Edge
MIT License
5 stars 2 forks source link

See issue #13 for details #14

Closed nixilla closed 12 years ago

nixilla commented 12 years ago

Fixes issue #13

angelsk commented 12 years ago

Why are you using the image pool helper on an object which doesn't have sfImagePoolable enabled? This exception seems redundant ;)

nixilla commented 12 years ago

I'm not. In my case it not object but null. Anyway - it's better from Symfony point of view to see what's going on in the stack trace then get Fatal error and that's it.

(sorry for editing, but I didn't read carefully your comment :-))

angelsk commented 12 years ago

Already added by Ben elsewhere