Can't delete corrupted folder with Windows path

Website URL

https://www.rngvip.store/

Error Message

Hi, I accidentally uploaded a Laravel project that created an invalid folder with a Windows-style path:

D:\ALL\kham\rngsite\store\rng\storage\logs

Now I can’t delete the folder htdocs, because it contains that corrupted path.

Could you please manually delete it from the server?

Thanks a lot!

Other Information

I don’t have any more access to the server than you do.

FTP (and by extension, the file manager) do not support deleting these directories. But if you can can create such directories with PHP, it means you can delete them with PHP too.

There was another topic about the same issue, which has some example code that could be helpful to fix this:

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.