0
When trying to remove a file the following message appears:
( ! ) Warning: unlink(./files/ecommerce.vip): Permission denied in G:\apache\www\import_emails\index.php on line 28 Call Stack # Time Memory Function Location 1 0.0030 238584 {main}( ) ...\index.php:0 2 0.0078 240760 importa( ) ...\index.php:36 3 15.3884 1117344 unlink ( ) ...\index.php:28
Code PHP
unlink('./' . $pasta . $arquivo);
missing permission to delete files from that folder
files
check this out.– novic
That I’ve seen Virgilio, but how to solve?
– Paulo Victor Binatto
One read: https://answall.com/questions/114852/permiss%C3%A3o-de-arquivos-no-linux
– novic