Quote:
Thanks, Jelle, I have full shell access, what do I do? Or where should I start?
|
That's easy. First check which OS your server is running.
If it's a RedHat or Centos, the following command will be enough, executed as root:
yum install gd
If you are running Debian or Ubuntu, check your php version with php -v first. If you are running php5 you can use:
apt-get install php5-gd
Good luck!