Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Profile Pictures: Unable to detect PHP GD installed on this system

edited February 2012 in Vanilla 2.0 - 2.8

"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?

Tagged:

Best Answer

Answers

Sign In or Register to comment.