chinaz Posted March 12, 2003 Share Posted March 12, 2003 Warning: ImagePng: No PNG support in this PHP build in includes/classes/phplot.php on line 482 how to solove it? Link to comment Share on other sites More sharing options...
Druide Posted March 12, 2003 Share Posted March 12, 2003 check your php version phpinfo() or in your admin > tools > server info i think you need to upgrade your php version, or your host check also php.net Robert We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;) Link to comment Share on other sites More sharing options...
mattice Posted March 12, 2003 Share Posted March 12, 2003 Yes, your php version does not include PNG support. Simply not there. So re-compiling PHP with PNG support is your only option. (Unless you hack phpplot to use jpg / gif ) Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Harald Ponce de Leon Posted March 12, 2003 Share Posted March 12, 2003 The function tep_banner_image_extension() should automatically detect what the installed PHP version is capable of doing - it uses logic to determine which filetype to create in the following order: png jpg gif Perhaps you could look in this function and play around with it to see where it is failing. [the function is defined in admin/includes/functions/general.php] , osCommerce Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.