Spelling Error: gb extension should be gd extension
dirtybirdnj opened this issue · 2 comments
dirtybirdnj commented
Hi I'm doing some work for a client evaluating this repo, and I came across this line when getting the project running locally.
It appears your PHP does not have the gb extension installed
I think this error message should reference the "gd" library, not "gb" which does not exist. Took me a good 20 minutes to track the problem down. Pretty sure this is a spelling error because the conditional that displays this message is referring to the gd_info()
function.
Line 202 in 0cb9663
dirtybirdnj commented
drlippman commented
Thanks for the fix.