A Database Error Occurred

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: /home3/europar5/public_html/invoice/third_party/MX/Loader.php

Line Number: 99


LINK: http://europarts.com.ph/invoice/
crating new database: done
mod_rewrite: enable
allowoverride all
htacess in place.

And what about the setup?

http://europarts.com.ph/invoice/setup

**Page not found :frowning: **

i already check the htacess ans modrewrite, and i also asked my hosting provider :(,
what should i do ? thank you so much!

Did you modified the line RewriteBase / to RewriteBase /invoice in the .htaccess file?

1 Like
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /invoice
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Still not working :frowning:

Uhm… why Wordpress???

My main site is using Wordpress.
and my htacesss is located at my public_html thank you so much

Oh okay… so you have to edit the following file: invoice/.htaccess because the WordPress .htaccess file is not applied to the files of InvoicePlane

1 Like

do you mean i need to make .htaccess for /invoice ?

btw thx! its working!! thank you so much!!!