Author Topic: Fatal error: Call to undefined function imagecreatefromjpeg  (Read 20408 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Fatal error: Call to undefined function imagecreatefromjpeg
« on: August 25, 2014, 09:07:43 PM »
Hi!

i install opencart but if i go to frontpage then shows this error

Fatal error: Call to undefined function imagecreatefromjpeg() in /home/Heiki/public_html/system/library/image.php on line 34

how i can it solve?

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #1 on: August 26, 2014, 06:42:21 AM »
what is you php version and which modules you have loaded?
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #2 on: August 26, 2014, 01:51:10 PM »
You are running PHP version: 5.4.27

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #3 on: August 26, 2014, 11:09:05 PM »
and which modules you have loaded? you can check that with "PHP Short Info" from main menu
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #4 on: August 27, 2014, 07:26:21 AM »
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mcrypt
mysql
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
SimpleXML
soap
sockets
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #5 on: August 27, 2014, 03:41:35 PM »
Check out solution in previous post.

It solves your issue also, when you configure gd correctly at php build.

http://forum.centos-webpanel.com/php/freetype-support-in-gd/

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #6 on: August 28, 2014, 08:46:55 AM »
after this gd not running :(

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #7 on: August 28, 2014, 08:18:21 PM »
what changes have you made on compiler ?
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #8 on: September 03, 2014, 08:53:03 AM »
a not make any change

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #9 on: September 03, 2014, 03:29:57 PM »
you can contact support
http://centos-webpanel.com/contact
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Fatal error: Call to undefined function imagecreatefromjpeg
« Reply #10 on: February 07, 2017, 08:47:09 PM »
If this doesn't work add this:

Code: [Select]
--with-jpeg-dir=/usr/local/lib
--enable-gd-native-ttf
--with-ttf
--with-freetype-dir=/usr/local/lib
It's funny that: centos-webpanel.com has cPanel and not CWP installed.