Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: ImagePng: No PNG support in this PHP build in inclu


chinaz

Recommended Posts

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

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

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]

:heart:, osCommerce

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...