I'm trying to follow the example for function "load" in Image (uploading an image and resizing it) and, no matter what I try, I get the following error:
Call to protected method Fuel\Core\Image_Gd::_resize() from context ''
Is there something I'm missing or is that a bug in the current version?
This might be obvious, but I'm not quite entirely used to Git yet nor to your development structure, so: where/how can I access the "1.8/develop branch" from?
If you have a local fuel/core folder that contains a clone of the git repository (i.e. it contains a .git folder), go into the fuel/core folder, and type:
git pull git checkout 1.8/develop
Now your applications fuel core should be switched to 1.8/develop.