• Resolved Maje Media LLC

    (@majemedia)


    Hello,

    We just installed this plugin in a production system that has locked down file permissions and realized that the check_file_writeable method within the yotuwp.php file is causing the FTP credentials ask to be displayed on the screen.

    We commented out line #941 of yotuwp.php to prevent this from happening because of a deadline.

    Can you make the filesystem check a toggle in settings for advanced sysadmins.

    You’re currently checking to see if wp-admin is writeable, which in our case, it isn’t because we handle everything updating wise in a dev environment.

    I don’t know what you’re trying to do within wp-admin either which concerns me, but if you’re checking for writeable uploads we do have that directory available for writing on the server.

    Please advise or please include a work around that doesn’t modify your plugin’s files directly so that we can run this plugin on a production system.

Viewing 1 replies (of 1 total)
  • Plugin Author Anthony Pham

    (@tuongpg)

    Hi majemedia,

    Thank you for your report.

    I will update plugin to check file system before press save change. Then you can have better experience.

    My plugin check for /wp-content/yotuwp_cache is maked or not then plugin will crease new one.

    the request_filesystem_credentials function is called to ensure the submit form is from wp-admin

    Please try to check permission of folder wp-content/yotuwp_cache

    Hope that convenient for your plan.

    Best regards,

    Anthony

Viewing 1 replies (of 1 total)
  • The topic ‘check_file_writeable causes FTP prompt to appear in secure system’ is closed to new replies.