Problem:
The GD graphics library is not enabled / compiled in your PHP configuration. The GD graphics library is essential for image manipulation using PHP code such as auto thumbnail creation, image resize, add copyright text and graph generation.
Solution:
Make a request to your server administrator to enable the GD graphics library in your PHP INI.
To check if you have GD graphics library enabled, use the phpinfo() function. Or if you already have the One Admin directory uploaded to your web server, you can access the URL http://your_domain.com/oneadmin/phpinfo.php with your browser. Find the word 'gd'.
For more information on GD graphics library, please refer to our knowledge base article here.
|