T TDUBS Active member Apr 10, 2015 #1 Hello, Whenever I or a user tries uploading an avatar, the below error comes up: I've tried it on the default theme and same thing happens. Thanks!
Hello, Whenever I or a user tries uploading an avatar, the below error comes up: I've tried it on the default theme and same thing happens. Thanks!
TPerry Well-known member Apr 10, 2015 #2 Check and make sure your /data and /internal_data are 777 permissions. Also make sure that your PHP has either GD PECL or ImageMagick PECL installed (ACP -> Tools -> PHP Info). Upvote 0 Downvote
Check and make sure your /data and /internal_data are 777 permissions. Also make sure that your PHP has either GD PECL or ImageMagick PECL installed (ACP -> Tools -> PHP Info).
T TDUBS Active member Apr 10, 2015 #3 Thanks. One of these solutions work. I installed php-gd and; Code: yum install ImageMagick yum install ImageMagick-devel yum install php-pear mount -o,remount,rw,exec /var/tmp pecl install imagick mount -o,remount,rw,noexec /var/tmp Upvote 0 Downvote
Thanks. One of these solutions work. I installed php-gd and; Code: yum install ImageMagick yum install ImageMagick-devel yum install php-pear mount -o,remount,rw,exec /var/tmp pecl install imagick mount -o,remount,rw,noexec /var/tmp