MX Dynamic Charts Forum :: Fatal error: imagepng() PHP 5.1.x
This thread was displayed: 640 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Martin R Docherty
06-22-2006 08:19:38 GMT +2
|
Hello
there is a fault on line 638 & 948 of ../includes/mx_charts.inc.php with late ver. of PHP
this is the error mesage
Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in... PHP ver. 5.1.4 MySQL 5.x Apache 2.x
If you look at line 638 & 948 & change the value 90 (end of line) to 9 it works nicely Here is some info I found on another site: Since PHP v5.1 the GD function imagepng() accepts compression
argument. The compression argument must be from 0 to 9. 4images is
using the compression settings when creating thumbnails or image
resizing for jpeg images which can be from 0 to 100. Because of that
using imagepng() function will return fatal error
All the best & keep up the good work.
|
|
|
dval
06-22-2006 16:13:52 GMT +2
|
Hello
there is a fault on line 638 & 948 of ../includes/mx_charts.inc.php with late ver. of PHP
this is the error mesage
Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in...
PHP ver. 5.1.4 MySQL 5.x Apache 2.x
If you look at line 638 & 948 & change the value 90 (end of line) to 9 it works nicely
Here is some info I found on another site: Since PHP v5.1 the GD function imagepng() accepts compression argument. The compression argument must be from 0 to 9. 4images is using the compression settings when creating thumbnails or image resizing for jpeg images which can be from 0 to 100. Because of that using imagepng() function will return fatal error
All the best & keep up the good work.
Thanks Martin,
Y have the same problem too, y will test your solution.
Highly a new version to correct these bugs and to improve the possibilities of imagery (colors, text or not, flash…) I have the impression that this extension is a little forsaken by the TEAM? ; -) Well with all.
Dominique Valkenborgh
|
|
|
Florin CARLIG[InterAKT]
06-28-2006 15:37:54 GMT +2
|
Hello guys,
Your bug has been noted down, and we will try to integrate it in a future release.
Thank you for reporting it.
Regards,
Florin
|
|
|
dval
06-28-2006 15:40:56 GMT +2
|
|
|
|