This is a discussion on problem generating PNG using image functions within the PHP General forums, part of the PHP Programming Forums category; Hello, I have some php code that I moved from one serve to another. The code in question generates some ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I have some php code that I moved from one serve to another. The code in question generates some PNG images on the fly and works nicely on the old server. After moving the code to the new server only one of the PNG images now draws. The other images come back with : The image "http://url" cannot be displayed, because it contains errors. Why would php generate one image but not the others? (keep in mind that the code is known to work fine on another server) Peter |