FreePBX 2.8 Install Problem
I am attempting to install Asterisk and FreePBX 2.8 on my Linode running Ubuntu 10.10.
I followed the Ubuntu 9.10 guide in the Linode Library, the only thing I've changed is obviously the version number of FreePBX from 2.6 to 2.8.
Asterisk seems to be up and running fine, its when I try to install FreePBX that I experience problems.
The command I am running is:
./amp_install –username=asterisk --password=MyDBPW
It accepts these DB details, or appears to, but when it begins upgrading the database tables, I am shown tons of DB errors. Once the installation is complete, I navigate to:
And am shown the following output:
FATAL ERROR
DB Error: connect failed
Trace Back
Array
(
[0] => Array
(
[file] => /var/www/html/admin/common/db_connect.php
[line] => 69
[function] => die_freepbx
[args] => Array
(
[0] => DB Error: connect failed
)
)
[1] => Array
(
[file] => /var/www/html/admin/header.php
[line] => 131
[args] => Array
(
[0] => /var/www/html/admin/common/db_connect.php
)
[function] => require_once
)
[2] => Array
(
[file] => /var/www/html/admin/config.php
[line] => 54
[args] => Array
(
[0] => /var/www/html/admin/header.php
)
[function] => include
)
)
I have no idea what is going on here; I have retraced the installation steps, and everything appears to be set up the way it should be.
If anyone could help out with this, I would greatly appreciate it. If anyone needs me to provide more information/command output, just let me know.
Thanks,
James