Unsupported operand types when value is integer
- by Adam Tester
I'm getting this error when trying to add 2 to an integer. I am using the Codeigniter framework.
Fatal error: Unsupported operand types in D:\wamp\www\application\libraries\Gen_images.php on line 180
Here is where its called:
// Now process the image
var_dump($this->upload->data('image_width'));…