Vanilla requires GD version 2 or better on change profile*
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 or
compatible."),$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
Is PHP GD installed on the server?
Add Pages to Vanilla with the Basic Pages app
yep got this fixed, forgot to search first before asking