When installing I get the error Fatal error: Call to undefined function: imagecreatefromjpeg() in /include/picmgmt.inc.php on line 168. What does that mean?
This error means that the version of PHP installed on your server does not support the GD1/GD2 image library. If you know that the ImageMagick suite is installed on your server, you could try using it instead. Otherwise, you will have to find another webhost or convince your existing webhost to have GD1/GD2 installed (the GD image library is now a standard component of PHP and should normally be installed and available, de facto). Coppermine won’t run without gd or image magick.
Related Questions
- When installing I get the error Fatal error: Call to undefined function: imagecreatefromjpeg() in /include/picmgmt.inc.php on line 168. What does that mean?
- After logging in I get the following error: "Fatal error: Call to undefined function: mysql_pconnect()". Whats wrong?
- What does "Fatal error: Routine gmx_tx called in libnet.c" mean?