VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: erka on July 17, 2012, 13:43:52 PM

Title: Path to invoices folder
Post by: erka on July 17, 2012, 13:43:52 PM
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?
Title: Re: Path to invoices folder
Post by: Milbo on July 17, 2012, 14:54:06 PM
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)
Title: Re: Path to invoices folder
Post by: erka on July 17, 2012, 15:52:10 PM
Yes now I got it working!