What is this error and how do I get rid of it? [SOLVED]

Did latest update. Every time I do ANYTHING I get this error: rmdir(C:/Program Files/NetMake/v9-php81/wwwroot/scriptcase/tmp/sc_pub_20241017164713000000): Directory not empty | Script: C:\Program Files\NetMake\v9-php81\wwwroot\scriptcase\devel\lib\php\functions.open.inc.php linha: 263

I can just close it and go on, but a little annoying.

That line is used for a garbage collector function that clears out the temporary files folder. My guess is that there is a file there that does not belong to the current system user that runs the web service (apache, IIS, php built-in…) and therefore the garbage collector can’t remove it and an error is thrown.

Are you able to manually clear the contents on C:/Program Files/NetMake/v9-php81/wwwroot/scriptcase/tmp/? That might get rid of the error (and probably prevent more in the future).

Got all but one and of course error still there. Program in use. Will reboot and see if I can get it. Thanks.

WORKED! Thanks.

1 Like