The configuration file database.php does not exist

Can anyone help me,
iv added invoiceplane to andyslowe.co.uk/invoices and I get:
The configuration file database.php does not exist error.

Also I have changed the HTAaccess to:
RewriteEngine on
RewriteBase /invoices
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

but don’t know whats wrong??

copy application/config/database_empty.php to application/config/database.php

Then run http://your.url/invoices/setup

1 Like

Nope :exclamation:
The setup creates it’s own database file.

Only run the setup via andyslowe.co.uk/invoices/setup, nothing more!

The URL doesn’t work

Is mod_rewrite enabled? Is AllowOverride All set in the general configuration?

It’s so weird that this very simple htaccess file is not working on so many systems… :confused:

I will look, is they suppose to be a setup folder within the download for the website. Where do I find the mod_rewrite

No

Which version do you use at the moment? 1.4.4?
If yes please download the latest version and just leave the .htaccess file alone and just run andyslowe.co.uk/invoices/index.php/setup

I’m using current. And the link works and installation is complete. Thank you.

This topic was automatically closed 22 hours after the last reply. New replies are no longer allowed.