Closed amar9312 closed 6 years ago
It was working on one of my earlier project
but now giving error : Plz help
Warning: Warning (2): unlink(C:\xampp\htdocs\repos\job-registration\webroot/files/TmpFiles/file/specific_student_export.csv): Resource temporarily unavailable in [C:\xampp\htdocs\repos\job-registration\vendor\league\flysystem\src\Adapter\Local.php, line 256]
Looks like you moved your project from a Unix to a Windows machine but kept your existing database. As you can see this results in invalid paths because of the different directory separator on both systems.
It was working on one of my earlier project
but now giving error : Plz help
Warning: Warning (2): unlink(C:\xampp\htdocs\repos\job-registration\webroot/files/TmpFiles/file/specific_student_export.csv): Resource temporarily unavailable in [C:\xampp\htdocs\repos\job-registration\vendor\league\flysystem\src\Adapter\Local.php, line 256]