Profile Pictures: Unable to detect PHP GD installed on this system
"Unable to detect PHP GD installed on this system Vanilla requires GD version 2 or better."
I seem to have a malfunction after I upgraded to the latest Vanilla Forums Version 2.0.18.2
478: if ($GdVersion < 2)
479: throw new Exception(sprintf(T("This installation of GD is too old (v%s). Vanilla requires at least version 2 or compatible."),$GdVersion));
480: }
481: else {482: throw new Exception(sprintf(T("Unable to detect PHP GD installed on this system. Vanilla requires GD version 2 or better.")));
483: }
484:
485: // Get user data & prep form
486: $this->GetUserInfo($UserReference, $Username);
I am also getting "Permission denied - Token Verification is required, but failed."
and
"Vanilla Statistics has had an accident  "
"
Anyone have any suggestions?
Best Answer
- 
             x00
                        
                        
                             MVP x00
                        
                        
                             MVPDepend on system and whether you have rights to do it. sudo apt-get install php5-gd on ubuntu Read this: 
 http://www.php.net/manual/en/image.installation.phpotherwise ask your host. grep is your friend. 0
 
         
            
Answers
I think your first step is to upgrade PHP GD...
or simply block/and remove add picture.
grep is your friend.
@jspautsch how do i do that if i cannot find it in the PHP Configuration Editor?
@x00 The participants want this feature back and I would like to learn how to fix it.
:-)
Depend on system and whether you have rights to do it.
on ubuntu
Read this:
http://www.php.net/manual/en/image.installation.php
otherwise ask your host.
grep is your friend.