PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, February 7, 2022

[FIXED] Image Crop Editor Not working

 February 07, 2022     editor, image, wordpress     No comments   

Issue

I am having an issue in WordPress admin, where the images are not cropping in WP "edit image" for a site I am creating and I do not know what the cause is.

I've read a few similar topics, but nothing seems to make a dent. I've deactivated all plugins and checked the server, but things seem to be set up just fine.

Can someone possibly steer me in the right direction on how I can get it to work or what might be causing the issue?


Solution

This should solve your problem:

  • Remove all blank lines and whitespaces in /wp-content/themes/name/functions.php + the including files.
  • Remove all blank lines and whitespaces in /wp-config.php file
  • Check that php5-gd is installed.
  • Permissions changed to 777 for testing /wp-content/upload/ + sub folders
  • Remove closing ( ?> ) php tags in /wp-content/themes/name/functions.php + the including files.
  • Turn off all plugins.
  • Rename your theme and change to default theme.


Answered By - steffanjj
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing