0
I have the following code
imagejpeg($new_im, false, 70);
Then returns the error:
PHP Warning: imagejpeg(): Invalid 2nd Parameter, it must a filename or a stream in /home/sisv2/sis_adm/version/demo/includes/control/mooeditable_functions.ctrl.php on line 151
The second argument should be the file name, http://php.net/manual/en/function.imagejpeg.php
– rray