Hi Guys,
This week we found that the Search404 Module does not play nice with Apache Solr (even though it says it should).
I have just spent 3 hours looking into an ImageCache problem, where the preset images weren't being created. This is due to the following:
ImageCache first looks to see if it has a cached image, and if so renders it.
If not, it goes into Step 2, which is the creation of this image.
Obviously, Search 404 is the step which returns 'Page Not Found' and this is what should be telling ImageCache to go into Step 2.
Due to Search404 returning "Unsupported Operands" and exiting, ImageCache has no chance of creating the images.
So, with one of the our Staging websites, we hadn't disabled it yet. Iv disabled it, and everything is working as Expected.
I am not saying this is ImageCaches problem, just noting it for others who might find this useful in solving their issues.
Greg
Comments
Comment #1
fizk commentedPlease reopen if this is still an issue with ImageCache 6.x-2.0-rc1.