• Resolved wynot

    (@wynot)


    Hi I’m getting the following in my log file:

    [20-Apr-2025 16:42:02 UTC] PHP Warning: chmod(): Operation not permitted in /**********.com/********/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 173

    After much debugging and testing I’ve discovered that this occurs only when you login to site and when the breeze plugin is active.

    If I deactivate the breeze plugin and then login to site I do not get this.

    I’ve tried resetting permissions and I’ve check with hosting provider and they also confirmed the permissions are all set correctly.

    Also FYI, this is happening on ALL of my sites.

    Let me know if you need any more info.

    Thank you!

    Also, Plugin v2.2.9, WordPress v6.7.2, php v8.2

    • This topic was modified 1 year, 1 month ago by wynot. Reason: Added plugin version
    • This topic was modified 1 year, 1 month ago by wynot.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author owaisalam

    (@owaisalam)

    Thanks for your message!

    Just to clarify: the message you’re seeing is related to file permissions. It looks like the permission set is currently applied to the Master user, but it should be assigned to the App user instead.

    Please note that Breeze doesn’t set or modify file permissions it only detects and displays a warning when the correct permissions aren’t in place. File permissions need to be configured from the server side, not within the application itself. That’s why you’re seeing this message.

    Once you set the correct permissions for the App user, the warning should go away.


    Thread Starter wynot

    (@wynot)

    Oh, I see so on cloudways we need to change in Application Setting to reset as App user?

    This will change ALL files and Folders. Or do I need to just change a certain file(s)/folder(s) permissions?

    Plugin Author owaisalam

    (@owaisalam)

    When you set permissions for the APP user through Application Settings, it will automatically apply the correct permissions to all files and folders in your application.

    If you still have any concerns or need further clarification, feel free to ask — happy to help!

    Thread Starter wynot

    (@wynot)

    Thank YOU! It worked!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Breeze causing chmod warning on logins’ is closed to new replies.