Forums / Cotonti / Support / Error in plugin userimages

SergeySt
#39905 2014-09-12 08:54
#39902 Lover:

yes same problem for me too , you can put @ for error closed ?

Added 4 minutes later:

$file_ext = strtolower(end(explode(".", $file['name'])));

like this :D

@$file_ext = strtolower(end(explode(".", $file['name'])));

Thank you, this one helped

Check gd library. If you don't installed dg library this error is normal and contact your host provider.

Save the following code as gd.php and upload public_html. Check it yoursite.com/gd.php

I checked. This is the message I got:

array(12) { ["GD Version"]=> string(26) "bundled (2.1.0 compatible)" ["FreeType Support"]=> bool(true) ["FreeType Linkage"]=> string(13) "with freetype" ["T1Lib Support"]=> bool(false) ["GIF Read Support"]=> bool(true) ["GIF Create Support"]=> bool(true) ["JPEG Support"]=> bool(true) ["PNG Support"]=> bool(true) ["WBMP Support"]=> bool(true) ["XPM Support"]=> bool(true) ["XBM Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=> bool(false) }