Guide for installation problem

i just download invoiceplane v 1.4.10 then upload to my server and install but error cannot access to installation page.
Domain http://demo.narkdeveloper.com/invoice

solution just edit application/config/config.php
$config[‘base_url’] = IP_URL;
change to your full url
$config[‘base_url’] = ‘http://demo.narkdeveloper.net/invoice’;

now you can access installation page, after install success try to enable .htaccess later.

You actually have to set your URL in the index.php file like described in the installation guide.

Hi there,

Same issue here and, luckily, same solution!

(v1.40.10)

  • config.php => $config[‘base_url’] = IP_URL; // added my url
  • create uploads/customer_files directory
  • chmod 777 to /uploads, /logs and /config
  • done!

I hope this information matters to someone else…

Thanks InvoicePlane (:
Regards from Chile!