ictinnovations / ictfax

Open Source Fax Server Software supporting inbound and outbound faxing. ICTFAX can be used in following faxing scenarios Web to fax, Fax to Web or Online Fax Email to fax and fax to email ATA / Extensions to send and receive faxes via Fax machine using internet REST based Fax API’s to integrate with third party applications and automate business process G.711 based Fax Origination / Termination / Gateway T.38 based Fax Origination / Termination PSTN based Fax Origination / Termination / Gateway
http://www.ictfax.org
GNU General Public License v3.0
174 stars 60 forks source link

Issue with script #60

Open DCorwinTCS opened 3 years ago

DCorwinTCS commented 3 years ago

I'm trying to run the script and I keep getting the following error:

`PHP Fatal error: Uncaught exception 'ICT\Core\CoreException' with message 'Unable to connect database server error:' in /usr/ictcore/core/lib/DB.php:28

Stack trace:

0 /usr/ictcore/core/lib/init.php(49): ICT\Core\DB::connect()

1 /usr/ictcore/core/Core.php(16): require_once('/usr/ictcore/co...')

2 /usr/ictcore/bin/sendmail/email_to_fax(18): include_once('/usr/ictcore/co...')

3 {main}

thrown in /usr/ictcore/core/lib/DB.php on line 28

`

I'm not sure if i can ignore this or if this is an issue. This is my first time trying out this software.

fizaict commented 3 years ago

Please follow the steps given on ICTCore website to install ICTCore. I think the issue is maybe because you didn't define the database configurations in ictcore/etc/ictcore.conf.

https://ictcore.org/guides/