Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I am on Ubuntu 9.10 & I am trying to install Magento but I am getting this error

I have aleady installed gd (sudo apt-get install php5-gd) But I am still getting this error & yes I have restarted the apache server a couple of times but still no use....

any idea ...?

share|improve this question

2 Answers

Have you checked your php.ini to see if GD is being loaded?

share|improve this answer

If your phpinfo page (<? phpinfo(); ?>) doesn't show GD as being loaded then it's not actually in use. Remember that you have to restart your webserver to activate changes to your php configuration.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.