I cannot install InvoicePlane

Hi, I’ve tried to setup InvoicePlane on a subdomain, but at the time of user creation, I get an 403 error.

In the log it is writen:
“ERROR - 2015-04-10 14:11:45 → Could not find the language line “user_country””

Tried that:
https://community2.invoiceplane.com/t/cannot-create-user-on-setup/153
but it didn’t work.

Can you help me

DEBUG - 2015-04-10 14:11:45 --> Config Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Hooks Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Utf8 Class Initialized
DEBUG - 2015-04-10 14:11:45 --> UTF-8 Support Enabled
DEBUG - 2015-04-10 14:11:45 --> URI Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Router Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Output Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Security Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Input Class Initialized
DEBUG - 2015-04-10 14:11:45 --> XSS Filtering completed
DEBUG - 2015-04-10 14:11:45 --> Global POST and COOKIE data sanitized
DEBUG - 2015-04-10 14:11:45 --> Language Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Language Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Config Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Loader Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Controller Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Setup MX_Controller Initialized
DEBUG - 2015-04-10 14:11:45 --> Session Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Helper loaded: string_helper
DEBUG - 2015-04-10 14:11:45 --> Session routines successfully run
DEBUG - 2015-04-10 14:11:45 --> Helper loaded: file_helper
DEBUG - 2015-04-10 14:11:45 --> Helper loaded: directory_helper
DEBUG - 2015-04-10 14:11:45 --> Helper loaded: url_helper
DEBUG - 2015-04-10 14:11:45 --> Helper loaded: language_helper
DEBUG - 2015-04-10 14:11:45 --> Model Class Initialized
DEBUG - 2015-04-10 14:11:45 --> File loaded: application/modules/setup/models/mdl_setup.php
DEBUG - 2015-04-10 14:11:45 --> Model Class Initialized
DEBUG - 2015-04-10 14:11:45 --> File loaded: application/controllers/../modules/layout/controllers/layout.php
DEBUG - 2015-04-10 14:11:45 --> Layout MX_Controller Initialized
DEBUG - 2015-04-10 14:11:45 --> Language file loaded: language/english/ip_lang.php
DEBUG - 2015-04-10 14:11:45 --> Database Driver Class Initialized
DEBUG - 2015-04-10 14:11:45 --> File loaded: application/modules/users/models/mdl_users.php
DEBUG - 2015-04-10 14:11:45 --> Model Class Initialized
DEBUG - 2015-04-10 14:11:45 --> Helper loaded: form_helper
DEBUG - 2015-04-10 14:11:45 --> Form Validation Class Initialized
ERROR - 2015-04-10 14:11:45 --> Could not find the language line "user_country"
DEBUG - 2015-04-10 14:11:45 --> File loaded: application/modules/layout/views/alerts.php
DEBUG - 2015-04-10 14:11:45 --> File loaded: application/modules/setup/views/create_user.php
DEBUG - 2015-04-10 14:11:45 --> File loaded: application/modules/layout/views/setup.php
DEBUG - 2015-04-10 14:11:45 --> Final output sent to browser

try to change in database.php from mysqli provider to mysql

maybe on your host mysqli is not configured

MY MySQLi is configurated, as a result I get

ERROR - 2015-04-10 18:36:37 -> Severity: 8192 -> mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead /home/imaglkii/subdomains/facturation/system/database/drivers/mysql/mysql_driver.php 92

and still get few lines after:

ERROR - 2015-04-10 18:36:37 -> Could not find the language line “user_country”

I’ve tried to change my PHP version (from 5.4 to 5.6) and that changed nothing.

My database (MySQL 5.5.41) is filling up, except for the create user part…

[size=10]Last Update 19.04.2015[/size]