ca2236
- Total activity 289
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 45
Comments
Recent activity by ca2236-
All my cPanel servers are running v88.0.11
-
To be honest, (and to my embarrassment), since we do not use the email part of cPanel on our servers. I didn't know much about this. I only learned about it when I was using the transfer tool and t...
-
Ok, the only way I found so far is to use mysql to see if there is a database called roundcube. I know the conversion is one way. So the only way to go back is rebuild the server from scratch? I d...
-
I think I got this figured out finally. (I apologize for the running posts) for the imagemagick 7/6 conflict I ran make uninstall/make clean/make distclean in the version 7 source directory. Aft...
-
Ok, I commented out the extension loading in the following. /opt/cpanel/ea-php54/root/etc/php.d/imagick.ini:extension=imagick.so /opt/cpanel/ea-php55/root/etc/php.d/imagick.ini:extension=imagick...
-
It looks like I might have some cleanup to do on the server to remove imageMagick 7 and get things working again. On another server where that error was happening, I ran through the installation m...
-
Honestly, I'm not sure at this point, I'm assuming yum installed version 6. But it appears source was 7? but that is a guess based on what I'm seeing
-
it looks like ImageMagick it is looking for is version 7 and I have 6 installed? Plus not in the path . Yum shows version 6 installed root@hostname ~]# rpm -qa | grep -i magick ImageMagick-devel...
-
Upon closer inspection. It appears the soft link is pointing to is missing (as well?) // Note: the destination is white lettering with a red blinking block around the white text from /usr/local/b...
-
It could be a $PATH problem [root@hostname ~]# echo $PATH /usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin I...