Thread Starter
hrmm
(@hrmm)
Thanks for your message!
Someone off-line helped me solve the problem, so I thought I would share it on here.
My file name had spaces in it, and because this is a linux system, that messes up the path, because linux doesn’t recognize the spaces as just another character (it is also case-sensitive).
So, I TOOK OUT ALL THE SPACES IN THE FILE NAME AND IT WORKS FINE!
🙂
Thread Starter
hrmm
(@hrmm)
p.s. in case you were about to tell me, obviously I already searched the other forums and was not able to figure this out.