Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nicolly

    (@nicolly)

    Could you please provide the text of the warning message.

    Thread Starter Pothi Kalimuthu

    (@pothi)

    Sure…

    [28-Jan-2017 13:15:29 UTC] PHP Warning:  filesize(): stat failed for /path/to/wp-content/plugins/tinywp/assets/css/style-child.css in /path/to/wp-content/plugins/file-changes-monitor/classes/wpfmp.class.php on line 301
    [28-Jan-2017 13:15:29 UTC] PHP Warning:  filemtime(): stat failed for /path/to/wp-content/plugins/tinywp/assets/css/style-child.css in /path/to/wp-content/plugins/file-changes-monitor/classes/wpfmp.class.php on line 304
    [28-Jan-2017 13:15:29 UTC] PHP Warning:  fileperms(): stat failed for /path/to/wp-content/plugins/tinywp/assets/css/style-child.css in /path/to/wp-content/plugins/file-changes-monitor/classes/wpfmp.class.php on line 307
    [28-Jan-2017 13:15:29 UTC] PHP Warning:  md5_file(/path/to/wp-content/plugins/tinywp/assets/css/style-child.css): failed to open stream: No such file or directory in /path/to/wp-content/plugins/file-changes-monitor/classes/wpfmp.class.php on line 310

    A standard PHP warning when the file doesn’t exist. Because, the file “/path/to/wp-content/plugins/tinywp/assets/css/style-child.css” is actually a symlink to a file (in a theme).

    I have only mentioned one symlink. I actually have more than one. For other symlinks, basically the above four lines repeated again for each symlink.

    • This reply was modified 7 years, 9 months ago by Pothi Kalimuthu. Reason: formatting messed up earlier!
    Plugin Author nicolly

    (@nicolly)

    This kind of warning appears when symlink points to a non-existing file.
    I will try to find a proper solution for this situation.

    Plugin Author nicolly

    (@nicolly)

    1.0.5 version released. Please upgrade and check

    Thread Starter Pothi Kalimuthu

    (@pothi)

    This kind of warning appears when symlink points to a non-existing file.

    True. My mistake. Apologies.

    1.0.5 version released. Please upgrade and check

    All looks good. Thanks so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature Request: Ignore (symbolic) links’ is closed to new replies.