• We’ve encountered an issue with the plugin while running it on a WordPress VIP environment. In the logs, we’re seeing the following warning:

    PHP Warning: fopen(/var/www/wp-content/plugins/mailin/js/service-worker.js): Failed to open stream: Read-only file system in /var/www/wp-content/plugins/mailin/sendinblue.php on line 740

    This happens because WordPress VIP enforces a read-only file system for plugin directories, and the plugin is attempting to write a file within its own directory using the code.

    Suggested Fix:
    Consider writing the service worker file to the wp-content/uploads directory instead of inside the plugin directory.

    Let me know if you need any further information — happy to assist.

Viewing 1 replies (of 1 total)
  • Plugin Author anmolbrevo24

    (@anmolbrevo24)

    Hi @zhiyano
    Hope you’re doing well!

    We’re pleased to inform you that the issue has been fixed in the latest version of the plugin.
    To resolve the issue, please update to the latest version and try again.

    Let us know if you need any assistance.

    Thanks !!

Viewing 1 replies (of 1 total)

The topic ‘Plugin tries to write to read-only plugin folder on WordPress VIP hosting’ is closed to new replies.