When I enable watermarks images not displayed. Watermarks files uploaded to website. May be watermark requires special version of php or something else (at localhost all work OK and I have php 5.3.x but at hosting I have php 5.2.x)? I know that ajax file upload didn't work on php 5.2.x because you use function that not exist in this php version. Btw it would be nice if you describe this tips in zenPhoto settings near functions that this one would work only on php 5.3.x etc because sometime hard to understood what's the problem. Ty in advance!
Comments
As to your comment on ajax file upload (we actually have no such thing)--uploads are handled by HTML, javascipt, or Flash depending on what you selectm not PHP your statement does not make any sense. All there methods work just fine on PHP 5.2.17, for instance.
So what do you want us to describe? PHP 5.2 certainly works. As does PHP 5.3. It is, however, possible for service providers to omit PHP functions. Nothing we can do about that.
I've got next errror when trying to upload images through ajax:
`PHP Fatal error: Call to undefined function array_replace_recursive() in /usr/local/www/apache/gal/zp-core/admin-jQuery/uploader.php on line 110`
And function array_replace_recursive was added in php 5.3
It might be that your server is not configured to create such watermarks. Also you might need to clear the image cache before you see any effect. If the images are already generated they are not regenerated with the watermark otherwise.