[Solved] Installation error

Hello

I’m trying to install invoiceplane
I copied all files from master release,add .htaccess

After that i’m trying to start setup by enter localhost/index.php/setup or localhost/setup in browser
But in both case where is an error

The requested URL /setup was not found on this server.
or
The requested URL /setup/language was not found on this server.

Language file present in
/var/www/html/application/modules/setup/language

Can you help?

Thank you

In that case you don’t copied the .htaccess file to your webspace. Its located in the root directory.

Hello Kovah

Thank you for reply

I add .htaccess to the root

# Remove index.php
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

Then i type just address u get error:

A Database Error Occurred
Unable to connect to your database server using the provided settings.Filename: /var/www/html/third_party/MX/Loader.phpLine Number: 99	

Then address/setup i get error:
The requested URL /setup/ was not found on this server.

Do you run InvoicePlane ina sub-directory?
If yes, please check this.
If not, this sounds as your webspace / server has mod_rewrite disabled.
Please check this guide on how to check and setup mod_rewrite.

It works!
I install it!
Great!

I use this article

Thanks a lot Kovah!

Cool!
Thanks for using InvoicePlane! :slight_smile: