Cannot Create Invoice

I think I know what your problem is. I had the same issue when I tried installing this for the first time today. Have exact setup, and got the exact same error. I had to go to the root of the InvoicePlane Install and change the htaccess to .htaccess and also do the portion of the install pertaining to installing in a subdirectory. Every project within wamp is a subdirectory so that is probably why it is happening. Here is the link to what to do to the .htaccess to get it to work.

https://wiki.invoiceplane.com/en/1.0/getting-started/installation#subdir

Also in case you didn’t know windows won’t let you rename htaccess to .htaccess from within file explorer. You can, however, open it in notepad, and do save as. when there make sure to change the file type to All Files (.) and it will let you save it as .htaccess.

And just to add, in the installation instructions it is easy to overlook the part that the htacces modification is required for it to work. I also tried running this on both a centos and ubuntu server where I used apache virtual hosts as well and put it in the root of that virtual host and it is doing the exact same thing. So it seems that the only time you do not have to do that is if it is truly installed in the server’s webroot.

Hope this Helps