Joe.Taylor95 Posted May 11, 2013 Share Posted May 11, 2013 Hi there, I'm getting this error every time it's something to do with PDF / invoicing if I were to click generate invoice or even if a customer were to register they get the same error. Fatal error: Call to undefined function imagecreatefrompng() in /home/joe/public_html/includes/classes/class.tcpdf.php on line 8424 That line states: "if (!isset($file) OR $this->empty_string($file)) {" 0 Quote Link to comment Share on other sites More sharing options...
Joe.Taylor95 Posted May 11, 2013 Author Share Posted May 11, 2013 Managed to resolve this, for users having the same problems do the following: You need to have PHP-GD installed cPanel: 1: Login into WHM -> Software -> EasyApache [Apache Update] 2: During the build profile in step 5 you can find an option of set exhaustive list from where there will be one option of GD L:ibrary. 3: Select that option and rebuild the apache. 4: Restart cPanel and http services. CentOS: Do this Commands: yum install php-gd 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.