I'm trying to use the "SimpleImage.php" library to easily upload files. I've put the SimpleImage.php file into libraries and tried to load it in the following way:
$this->load->library('simpleimage');
This gives me a server-error like so: http://d.pr/i/kT7W
When i try to include the simpleimage file in a normal way, it gives me the same server error. Any ideas?