• Resolved dimal

    (@dimalifragis)


    I had to disable and re-enable WPSC and i got this:

    [30-Apr-2023 14:33:15 UTC] PHP Notice: tempnam(): file created in the system’s temporary directory in /home/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1364

    Why WPSC wants to write in my php temp directory?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bruce (a11n)

    (@bruceallen)

    Happiness Engineer

    WP Super Cache uses the system’s temporary directory to store cache files, log files, and other temporary files. This is a standard practice for PHP applications. You can safely ignore the notice “tempnam(): file created in the system’s temporary directory”.

    Thread Starter dimal

    (@dimalifragis)

    Hi,

    This notice happens when you Deactivate the plugin and activate it again.

    Until you Re-Enable WPSC caching (when you deactivate it, it goes to off).

    Plugin Author Donncha O Caoimh (a11n)

    (@donncha)

    @dimalifragis – While it’s harmless, as that’s what the tmp directory is for, we will fix this.

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

The topic ‘PHP Notice: tempnam()’ is closed to new replies.