View Single Post
Old 06-13-2012, 03:42 AM   #2
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
First: it is a warning, not an error. You might ignore it, but fixing it is recommended.

Second: read the error message:

Quote:
Filename contains spaces.
Your file names contain white spaces, indeed.

Third: read the suggestion:

Quote:
Consider changing filename such that URI escaping is not necessary!
Together with the previous message, it suggests you to remove white spaces from the file names. For the reason, googling "URI escaping" will point you to: http://en.wikipedia.org/wiki/Percent-encoding
AlPe is offline   Reply With Quote