Dominik Dzienia - 2015-02-04

Hi,

(regarding your priv msg - i am not notified about tickets/request, please use e-mail provided by project website to get support, and - as for many other open source projects - it may take a while to get responce since i do it in spare time)

  1. is it for sure script problem? try to check server directory write rights etc.
  2. your coude (GD2 scaling part) lacks imagedestroy(), maybe there are memory issues after second run preventing following runs to execute?
  3. try to enclose whole code with output buffering (ob_start(); $log = ob_get_contents(); ob_end_clean(); and saving $log to some file with file_put_contents. What the log says?

write me an email how it going / for further questions (deltalab@poczta.fm)

Regards,
Dominik