Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other REALLY weird relative file path issue. Reply To: REALLY weird relative file path issue.

#158250
Alen
Participant

This happens to me sometimes on Linux, it’s most likely permissions issue.

Open your terminal and navigate to the folder, then do ls -laand check permissions. If you need to change permissions just do sudo chmod 775 -R <folder-name>

See if that works.