Tag Archives: WordPress error

[Solved] WordPress Error: cookies are blocked due to unexpected output

WordPress error: cookies are blocked due to unexpected output

This morning, I log on to my WordPress website to know the blog. If I can’t log in, the error message is error: cookies are blocked due to unexpected output. For help, please see this documentation or try the support forum. For help, please refer to this document or try to support the forum. ”

since it’s a cookie problem, I tried to clear the browser cookie. I replaced the browser of foxes, opan and even ie. I couldn’t log in to my WordPress website. I also tried to disable plug-ins, but it didn’t work. It seems that I’m still too young so I replaced the sub theme fund.php, and the problem was solved smoothly

There is always one solution for you

 

WordPress “error clipping your image” solution

Question.

When using the crop image feature in WordPress, an error occurs: “An error occurred while cropping your image” or “There has been an error cropping your image. ”

Cause.

Missing PHP GD library

Ubuntu run:

sudo apt-get install php5-gd

or

sudo apt-get install php7.0-gd

CentOS run:

yum install php-gd

Restart Apache or Nginx after installation