Create a file called phpinfo.php in your DocumentRoot
<?php phpinfo(); ?>
Run it from the command line (php phpinfo.php), check for the gd section. If the gd section is missing, you didnt install gd. Now run the same file from the browser (http://domain.com/phpinfo.php) and again check the gd section. My guess is that the browser gd section will be missing or disabled. Did you remember to restart Apache httpd or whatever web server you are using after installing gd?
Related Posts:
- Best way to overide plugin CSS?
- Should all plugins be encapsulated in a Class?
- In what order does WordPress load plugin files?
- ‘Global’ settings page for multisite plugin
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- How to include a plugin’s php file to another plugin functions file [duplicate]
- How do I cleanly override a plugin’s CSS with a child theme?
- How can I add a featured image to a page?
- How can I bulk edit variations in woocommerce? [closed]
- Add a subitem to Woocommerce section
- PHP code on Visual Composer Plugin
- How are plugins in the WordPress plugin directory ranked?
- How can I log a user out of WordPress before the page loads?
- What does a security risk in a plugin look like?
- How to generate/update a XML sitemap without plugins?
- How to find out if option exists but is empty?
- Search and replace text across all posts
- How to assign user a role if none is present when logging in
- Reduce nonce lifespan
- Using rewrite rule to access a view of a plugin from home page
- How to make a list of companies’ information and display them to user, using custom post types and a custom taxonomy?
- Add Products to user’s ID Woocommerce
- Thumb rating for wordpress – top user
- update_meta_user difference in i:1 and b:1, how to write b:1
- Add_rewrite_rule doesn’t add custom url in plugin
- How to Get Admin Settings for a widget when using the_widget() with custom widget
- Migrating a File from Plugin to Theme and changing its path → instead create a REST endpoint
- Fatal error: Uncaught Error: Call to undefined function get_userdata()
- resize only height using wp_get_image_editor
- View the source code of a 3rd party plugin? [closed]
- How to add inline css/js inside a shortcode
- Upload files programmatically to users
- How to crop image from center using wp_image_editor
- Deactivate plugin upon deactivation of another plugin
- How to find out what blocks are added by a plugin
- Can’t access my WP dashboard: fatal error? [closed]
- allow arabic letters when register new account
- taxonomy_template filter do not loads custom taxonomy template properly
- Is this plugin being loaded before file.php, subsequently not allowing me to use certain functions?
- Ajax with jQuery UI dialog not working
- Shortcode in AJAX popup
- Set attached to state
- Use plugin or custom post type for game score functionality
- Editing Theme to apply Co-Authors Plus
- Converting Attachment to Images?
- How can I see the error generated by plugin activation?
- Display comments of users on single page
- How do you remove plugin edit option?
- Localiztion in javascript
- Why none of the plugins that have ajax doesn’t work in my website?
- wordpress reusable content blocks
- How to add a random image to a post from gallery and only show one?
- Need Old Version of plugins
- Is there a filter for get_post_custom()?
- Problem with wordpress version 3.8
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- I am getting error message on accessing menu-endpoint
- Where should I save an API key of my user when installing my plugin?
- How to make a customize role and view a specific plugins base on that role?
- Accessing post’s meta data based on user’s click of a post
- Stuck on image in an Advanced Custom Field loop
- license check in plugin
- With WordPress + Visual Composer, how to restrict a user to change some content in a page?
- How to append to title via functions.php for auto-posting plugin [duplicate]
- Set featured image randomly from WordPress Database on post submission
- Translating long texts with html formatting
- Page Restriction and Redirect for Particular Levels or user
- How to bypass the Easy Digital Downloads checkout process?
- Headers Content-Security-Policy CSP Major Issue
- Map Custom Registration Fields to WordPress User Roles
- Woocommerce Deposit, then random payments until product paid in full [closed]
- How do I run SQL queries on a WordPress web page? [closed]
- Remove strange code from wordpress footer [closed]
- Making Mathjax dynamic so it renders input without page refresh
- Shrink down register_settings on Settings API
- custom payment gateway in woocommerce failed to connect to remote api server
- Submit page limited in time to upload image
- Removing an action from wp_footer called in a class that’s inside a bigger class
- Front-end only $_POST and $_POST requests handling in WordPress plugin
- WordPress plugin/theme or other wayout to create portable pages?
- Modal suddenly disapearring [closed]
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- How does WordPress know when there are plugin updates?
- Some code in shortcode function being ignored
- media page returnig to 404 in rtmedia [closed]
- Remove Woocomerce shop page
- Setting up PubSubHubbub (PUSH) with WordPress
- WordPress Widget – Saving multidimensional arrays into $instance
- automation of plugin installations
- Uploading a plugin as .zip
- How to check if the Menubar contains no items?
- Is there a plugin or another way that can help me find out the underlying files of a page/post? [closed]
- Yoast Seo noindex added to pages outside wordpress
- How to export and import plugin data through WordPress tools option
- Can we install 3d product configurator into wordpress
- Change Custom WordPress Function [closed]
- How to add CPT in Elementor pro search template
- Sudden ERR_HTTP2_PROTOCOL_ERROR on every JS and CSS files loads
- Plugin Error – Not Sure Where to Go From Here
- wp_add_inline_script vs wordpress fetch api