Anton Qcl Posted November 11, 2013 Report Posted November 11, 2013 Version 3.0.5Action: Click "View" on the client's invoiceError: Oh noes! Call to undefined function imagecreatefrompng() on line 5395 in /var/www/vhosts/my.blesta.site/public_html/vendors/tcpdf/tcpdf.php
Timothy Posted November 11, 2013 Report Posted November 11, 2013 That looks like a issue with PHP. The imagecreatefrompng function is part of GD library. This tends to be a separate package/portfrom the base PHP install.Can you verify you have that installed? It would be called php55-gd or php5-gd or some variation of that depending on your operatingsystem. Anton Qcl 1
Anton Qcl Posted November 11, 2013 Author Report Posted November 11, 2013 Can you verify you have that installed? Yes, php-gd wasn't installed. Thank you!
Recommended Posts