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.

Vanilla requires GD version 2 or better on change profile*

fr3em1ndfr3em1nd ✭✭
edited June 2013 in Vanilla 2.0 - 2.8

hi anyone got this issue? i encounter this with downgrades from 2.1a33 to 2.1b . need help

"Unable to detect PHP GD installed on this system. Vanilla requires GD version 2 or better."
LOCATION: /home/xx/public_html/applications/dashboard/controllers/class.profilecontroller.php > 622:
if ($GdVersion < 2) > 623:
throw new Exception(sprintf(T("This installation of GD is too old (v%s). Vanilla requires at least version 2 orcompatible."),$GdVersion)); > 624: } > 625: else { >>> 626: throw new Exception(sprintf(T("Unable to detect PHP GD installed on this system. Vanilla requires GD version 2 or better."))); > 627: } > 628: > 629: // Get user data & prep form. > 630: $this->GetUserInfo($UserReference, $Username, $UserID, TRUE); BACKTRACE: [/home/xx/public_html/applications/dashboard/controllers/class.profilecontroller.php] ProfileController->Picture(); [/home/xxx/public_html/library/core/class.dispatcher.php 355] PHP::call_user_func_array(); [/home/xxx/public_html/index.php 46] Gdn_Dispatcher->Dispatch();

Comments

Sign In or Register to comment.