Airport Import Error

Hello folks,

I get this error when trying to import airports;

Quote

Warning: move_uploaded_file(/home/fsnb4809/public_html/Airline/core/cache/airports.csv): failed to open stream: No such file or directory in /home/fsnb4809/public_html/Airline/admin/modules/Import/Import.php on line 85

Warning: move_uploaded_file(): Unable to move ‘/tmp/phpoLpByh’ to ‘/home/fsnb4809/public_html/Airline/core/cache/airports.csv’ in /home/fsnb4809/public_html/Airline/admin/modules/Import/Import.php on line 85

Everything else regarding adding and editing airports works fine, just can’t import an ‘airports.csv’. What needs to be done ?

You need to change your folder permissions to 777, thats the error you get when the system doesnt have write permissions to the folder.

 

I forget which folders but the readme will tell you.