Call to undefined function imageCreateTrueColor()

Permalink
Hello all,

New to Concrete5 (as in, downloaded minutes ago). Just attempted to do an install, and ran into an immediate problem.

Fatal error: Call to undefined function imageCreateTrueColor() in /var/www/concrete5.0.0/concrete/blocks/library_file/controller.php on line 148


This suggests that my PHP5 install doesn't have the GD module included. However, a quick look at php -m shows that GD is indeed there.

Note that this is a localhost install.

I'm running Ubuntu 8.10. PHP5.2.6-2. A var_dump(gd_info()) yields:

array(12) {
  ["GD Version"]=>
  string(13) "2.0 or higher"
  ["FreeType Support"]=>
  bool(true)
  ["FreeType Linkage"]=>
  string(13) "with freetype"
  ["T1Lib Support"]=>
  bool(true)
  ["GIF Read Support"]=>
  bool(true)
  ["GIF Create Support"]=>
  bool(true)
  ["JPG Support"]=>
  bool(true)


Any suggestions on where to look for a solution?

Fingers crossed and hoping C5 kicks butt.

 
richbl replied on at Permalink Reply
Resolved my problem. Turns out I hadn't restarted apache2. Doh!

Onward!