Hi,
I have downloaded InvoicePlane but unable to find Setup file and also the database file which both are needed during installation. Kindly help. thanks
Hi,
I have downloaded InvoicePlane but unable to find Setup file and also the database file which both are needed during installation. Kindly help. thanks
Thanks for the reply. But there is no file there named "Setup"
when i trying to install like … www.mydomain.com/setup, its showing page not found error.
Hi. I am almost wondering if this instruction is accurate? I am not seeing Setup other the ones located in the subfolders nested deeper. What are we missing here? Thanks.
Hi,
Just had the same issue, I`ve solved it with adding the “AllowOverride All” to the related www folder on my Apache config.
Example:
< Directory /home/example.com/www >
AllowOverride All
< /Directory >
Thanks for the valued help. I have installed it successfully. Kindly spare few moments to provide me following answers:
As a freelancer web developer, Can I use InvoivcePlane to send my clients Payment Reminders & Payment Receipts ?
Can I set Invoice Plane not to attache PDF and all invoice should be pasted directly into the email message ?
Can I use HTML Tags in Body section of Email Template Form ?
In Email Template Tags, what is difference between “Client” & “User” ?
Can I add more items in “Invoice Group” like “Payment Reminder” and “Payment Receipt” which will subsequently be shown on Email Template Form in TYPE field radio buttons ?
Explain more please.
The only setup files i can find is in folder… application/ modules/setup.
Is this the setup file set? If so where do i put that line of code to allow it to access the whole folder.
Sorry to sound ignorant but as posted before the www.mydomain/setup just throws a 404 error and after a week of trying to sort this and just get it installed i am on the verge of giving up completly.
Allen
Hi Allen,
You will need to set that AllowOverride All context in your apache.conf (when using apache)
In my case this file is located (linux) at /etc/httpd/conf/
Also in the root folder of the www files you need to have a .htaccess file with content:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
Not sure how to explain but with this Apache will understood the www.mydomain.com/setup
I am new to this InPl. Just now I download and try to install in localhost. I am unable to find setup.
http://localhost/invoice/setup/
When I try this above URL but it do not work at all.
Help me please.
any one help me