errors in moving photos to folders according to GPS

Hello, I'm new here, I tried to search in forum, but didn't find any help.

I have big folder of photos taken in one year. I'd like to sort them by moving them to subfolders like this:
\<Img Year>\<Img Year>-<Img Month>\<Img DateOriginal:yyyy-mm-dd> <GPS Country> <GPS City>

It works fine with files which have GPS data in Exif. But there are also photos without GPS data, which end up as errors and they are not moved anywhere. I understand there is no Country or City to them, but I'd like to sort them to folder by date at least. I have to move them separately in the second step with this pattern:
\<Img Year>\<Img Year>-<Img Month>\<Img DateOriginal:yyyy-mm-dd>

I have also tried to use the fallback text like this:
\<Img Year>\<Img Year>-<Img Month>\<Img DateOriginal:yyyy-mm-dd> <GPS Country|> <GPS City|>
but it didn't help neither.

Isn't there any way to move all photos in one step, please?
Reply to #1:

Hi duxis,

Try using this:

<GPS Country|""> <GPS City|"">

for the fallback tags. Apparently ARen needs *something* in the fallback part.

Best,
DF