Hello I have a problem with installation

Asked by Paulo Figueiredo

I got the following error when I install the software.

my file is configured so config.inc.php
look the site
http://www.ncinfo.com.pt/aa/

$sys_dbhost = 'localhost';
$sys_dbuser = 'ncinfoco_clie';
$sys_dbpasswd = 'mypassword';
$sys_dbname = 'ncinfoco_cli';
$sys_dbtype = 'mysql';
$path_to_citrus = '/home/ncinfoco/public_html/aa';
$hidden_hash_var='youmustchangethis';
$lang = './include/local/us-english.inc.php';
$url_prefix = "http://ncinfo.com.pt/aa";
$ssl_url_prefix = "https://ncinfo.com.pt/aa";

Question information

Language:
English Edit question
Status:
Solved
For:
citrusdb Edit question
Assignee:
No assignee Edit question
Solved by:
Paul Yasi
Solved:
Last query:
Last reply:
Revision history for this message
Best Paul Yasi (paul-citrusdb) said :
#1

This is similar to question 86805, not sure if this worked for them.

In that answer I wrote:
What version of citrus are you using? Is it a new install or an upgrade?
Possibly you are missing the login_failures table.

norfolkandway (iain-loml) said:
have you loaded the sql database?
This can be imported using phpmyadmin from the citrusdb folder

Revision history for this message
Paulo Figueiredo (paulo-joomla) said :
#2

Hello

I've able to solve the problem.
But now I can not log in, the url changes to https and gives error

Revision history for this message
Paulo Figueiredo (paulo-joomla) said :
#3

I managed to solve the problem of error https. I left the field as well ssl_url_prefix $ = ""; in the file config.inc.php