watermark image taking unusual longer time to generate

See all posts See thread Reply

Re: watermark image taking unusual longer time to generate new!
by colin, 15 years, 2 months ago
I am not sure what can be happening... When process() returns true, it has saved the file before.

My guess would be that your code is on a server with some kind of filer (Netapp, etc...) which explains why you may see the file later (read), even though PHP has written it at the right time (write).

To check, right after calling process(), add some PHP code to check whether the image has been created or not.Reply