What should the path to my invoice folder be?
In Virtuemart I have set this path: /var/www/clients/client1/web2/vmfiles
But the actual path is: /var/www/clients/client1/web2/vmfilesinvoices
That have workd fine up to Virtuemart 2.0.6 but that doesn´t work with Virtuemart 2.0.8e. Should I change anything?
Something we fixed in 2.0.8. you used a path with out ending /,
you should have vmfiles and in vmfiles the folder 'invoices'. But do the small error before you have no correct folder.
Just rename your folder to vmfiles and use as path /var/www/clients/client1/web2/vmfiles/ (in 2.0.8 missing ending slashes are added)
Yes now I got it working!