Jump to content

Fatal error: When adding products with images


Guest Deal-Shop

Recommended Posts

Guest Deal-Shop

Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/dealsho/public_html/classes/gd.inc.php on line 48

on a new install

asnyone help me with a fix?

i need it fixed asap

thanks in advance

Link to comment
Share on other sites

Guest Deal-Shop

Check with your hosting company that GD is installed and working.

what is gd? i have my own dedicated server and i would have to install it.

Link to comment
Share on other sites

I would have to install [gd].

In PHP, the PHP.INI file has a list of "Dynamic Extensions". Look for the line that says ";extension=php_gd2.dll" (for Windows) or ";extension=php_gd2.so" (for Unix) and uncomment that line. Then restart your webserver in order to restart your PHP.

If you are compiling your own custom build of PHP, there's a command line switch to build GD support directly into PHP during compile time.

To determine if you currently have gd support active, create a file with:

<?php

phpinfo();

?>

Put it on your server and ask for that file via a web browser. If GD support is available, there will be a GD section in the results table.

Link to comment
Share on other sites

Guest Deal-Shop

thanks for the help, i just went with oscmax, allot more options and mods.

I would have to install [gd].

In PHP, the PHP.INI file has a list of "Dynamic Extensions". Look for the line that says ";extension=php_gd2.dll" (for Windows) or ";extension=php_gd2.so" (for Unix) and uncomment that line. Then restart your webserver in order to restart your PHP.

If you are compiling your own custom build of PHP, there's a command line switch to build GD support directly into PHP during compile time.

To determine if you currently have gd support active, create a file with:

<?php

phpinfo();

?>

Put it on your server and ask for that file via a web browser. If GD support is available, there will be a GD section in the results table.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...