hi guys, I'm new at this forum, so thank you for reading my post!
I am a PHP/mySQL developer, and work on a CMS project that I am used to deliver to my clients after finishing the Adobe Flash site, so that they can easily manage their website after they got it.
This is a two-years CMS project I keep on modifying from time to time, and I got into a huge problem I can't solve.
Some months ago I found a great PHP class called CROPCANVAS , that I included in my coding for a easy cropping interface.
After the cropcanvas produces the output file, I simply rename it and resize the image the way I want.
This script doesn't work on my client's hosting machine. It simply hangs forever, and shows no output image (or sometimes not even the cropping interface as well). Quite often I get this error message:
Fatal error: Allowed memory size of xxxxxxx bytes exhausted
As everything works fine on my computers and on my hosting provider server, I asked some help to the provider customer service, and they told me that "it is for sure my script has some problems with PHP5 and the newest GD library", and this is why it won't work. BTW, I already tried to increase the memory limit from 64M to 80 or more MB but with no result.
They do not even want to switch that domain to a PHP4 server, so I am desperately looking for a solution to this issue.
The original script in action can be found here:
php.amnuts.com demos crop-canvas interactive.php
I would have asked for help on the author's FORUM, but all threads seems to be locked so..
Thank you very much for your help, hope to hear from you very soon.