• Resolved markp

    (@markp)


    The plugin works (thanks very much) and enabled me to run the updates (including to WP 4.9.8) successfully, but I get this message when I visit any admin page or public page whilst the plugin is enabled (I’ve disabled the plugin on the site in question, hence no web link to it:
    Warning: mkdir(): Permission denied in /home/thiswebsiteshomedirectory/public_html/wp-content/plugins/safly-curl-patch/SaFly-Curl-Patch.php on line 84 Warning: mkdir(): No such file or directory in /home/thiswebsiteshomedirectory/public_html/wp-content/plugins/safly-curl-patch/SaFly-Curl-Patch.php on line 84 Warning: mkdir(): No such file or directory in /home/thiswebsiteshomedirectory/public_html/wp-content/plugins/safly-curl-patch/SaFly-Curl-Patch.php on line 84 Warning: file_put_contents(/home/thiswebsiteshomedirectory/public_html/wp-content/cache/safly/safly-curl-patch/2018-08-11.txt): failed to open stream: No such file or directory in /home/thiswebsiteshomedirectory/public_html/wp-content/plugins/safly-curl-patch/SaFly-Curl-Patch.php on line 43

    I guess that it might be a PHP version issue as this server is still on 5.4.45.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Abyss.Cong

    (@safly)

    Sorry for my late response.
    SaFly Curl Patch use a DNS cache to reduce network resource consumption. It will write files to /wp-content/cache/safly/safly-curl-patch path.
    Your WP Cache path seems unwritable, which means all the cache plug-in will not work (such as WP Super Cache). To fix it please change the permission of directory /wp-content/cache to 0755 (or 0777) and chage its owner to the proper one(such as www-root instead of root).
    Thanks for your topic and I will hide the PHP warning in the next update.

    Thread Starter markp

    (@markp)

    Thanks.

    Plugin Author Abyss.Cong

    (@safly)

    Welcome~

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Works, but with error message’ is closed to new replies.