• Warning: chmod(): Operation not permitted in xxx/wp-includes/class-wp-image-editor-imagick.php on line 723

    hello,

    any idea why it happens ?

    I found somewhere:
    Found the problem. The checkbox for “allow_url_fopen” had to be checked in cPanel under PHP Selector > Options (PHP 7.4).

    But I do not have this checkbox on my host website, so could it be another problem ?

    Thanks a lot for your help.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    There’s an issue with your server configuration. The server’s user that PHP and WP runs under doesn’t have adequate file server authority to to change file permissions (what chmod does) in the folder where the file is saved to.

    Normally this PHP user is the owner of the folder since the folder is usually created by PHP. The PHP user is defined in Apache’s configuration file. See if you can change the folder’s owner to this user via FTP or your hosting file manager. Ensure the PHP user has full read/write permissions for the folder.

    There’s a fair chance you’ll need your host’s assistance to do some or all of this.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: chmod(): Operation not permitted in xxx/wp-includes/class-wp-image-edit’ is closed to new replies.