Indrek Chevereto Member Mar 11, 2017 #1 That's what I get when I try to upload .jpg. I can't see my server error log atm but chevereto gives internal server error: Server error (Internal server error) Any Ideas what could be the problem?
That's what I get when I try to upload .jpg. I can't see my server error log atm but chevereto gives internal server error: Server error (Internal server error) Any Ideas what could be the problem?
Rodolfo 🥑 Chevereto Godlike Chevereto Staff Administrator Mar 11, 2017 #2 You need to enable debug level 3 https://chevereto.com/docs/debug By the way, this seems to be a GD library issue (php setup).
You need to enable debug level 3 https://chevereto.com/docs/debug By the way, this seems to be a GD library issue (php setup).
Indrek Chevereto Member Mar 11, 2017 #3 Code: PHP Fatal error: Uncaught Error: Call to undefined function CHV\imagecreatefromjpeg() in /class.imageresize.php:206 Alright.. It's my own server so I'll try to reinstall GD or recompile php. Last edited: Mar 11, 2017
Code: PHP Fatal error: Uncaught Error: Call to undefined function CHV\imagecreatefromjpeg() in /class.imageresize.php:206 Alright.. It's my own server so I'll try to reinstall GD or recompile php.
Indrek Chevereto Member Mar 11, 2017 #4 Alright.. looks like I've fixed it. recompiled php 7.0.16 used this –with-gd –with-jpeg-dir –with-freetype-dir works atm.
Alright.. looks like I've fixed it. recompiled php 7.0.16 used this –with-gd –with-jpeg-dir –with-freetype-dir works atm.