VICIDIAL PAGE ERROR - HTTP ERROR 500
Posted: Sun Apr 19, 2020 8:52 pm
version: 2.14b0.5
SVN Version: 3067
DB Schema Version: 1564
DB Schema Update Date: 2019-03-01 18:32:30
Password Encryption:DISABLED - S1 - C1
Auto User-add Value: 101
Recording Prompt Count: 0
Install Date: 2019-03-01
ASterisk 1.8
Scratch install Ubuntu Server
Hi guys any help with this error, when i tried to open the vicidial page i get this white blank and HTTP ERROR 500
this is the latest svn trunk copy
When i look into the log on my apache2 i see this error
and this line on dbconnect_mysqli.php is line 50
line 78
any idea guys.?
SVN Version: 3067
DB Schema Version: 1564
DB Schema Update Date: 2019-03-01 18:32:30
Password Encryption:DISABLED - S1 - C1
Auto User-add Value: 101
Recording Prompt Count: 0
Install Date: 2019-03-01
ASterisk 1.8
Scratch install Ubuntu Server
Hi guys any help with this error, when i tried to open the vicidial page i get this white blank and HTTP ERROR 500
this is the latest svn trunk copy
When i look into the log on my apache2 i see this error
- Code: Select all
[Sun Apr 19 21:40:34.516131 2020] [core:notice] [pid 2714] AH00094: Command line: '/usr/sbin/apache2'
[Sun Apr 19 21:42:57.180840 2020] [:error] [pid 2717] [client 49.149.110.51:30572] PHP Notice: Undefined variable: use_slave_server in /var/www/html/vicidial/dbconnect_mysqli.php on line 65
[Sun Apr 19 21:42:57.180879 2020] [:error] [pid 2717] [client 49.149.110.51:30572] PHP Fatal error: Call to undefined function mysqli_connect() in /var/www/html/vicidial/dbconnect_mysqli.php on line 78
[Sun Apr 19 21:42:58.851250 2020] [:error] [pid 2718] [client 49.149.110.51:30571] PHP Notice: Undefined variable: use_slave_server in /var/www/html/vicidial/dbconnect_mysqli.php on line 65
[Sun Apr 19 21:42:58.851285 2020] [:error] [pid 2718] [client 49.149.110.51:30571] PHP Fatal error: Call to undefined function mysqli_connect() in /var/www/html/vicidial/dbconnect_mysqli.php on line 78
[Sun Apr 19 21:43:15.566550 2020] [:error] [pid 2721] [client 49.149.110.51:30580] PHP Notice: Undefined variable: use_slave_server in /var/www/html/vicidial/dbconnect_mysqli.php on line 65
[Sun Apr 19 21:43:15.566588 2020] [:error] [pid 2721] [client 49.149.110.51:30580] PHP Fatal error: Call to undefined function mysqli_connect() in /var/www/html/vicidial/dbconnect_mysqli.php on line 78
[Sun Apr 19 21:44:37.725271 2020] [:error] [pid 2719] [client 49.149.110.51:30605] PHP Fatal error: Call to undefined function mysqli_connect() in /var/www/html/agc/dbconnect_mysqli.php on line 50
[Sun Apr 19 21:45:06.268999 2020] [:error] [pid 2721] [client 49.149.110.51:30638] PHP Fatal error: Call to undefined function mysqli_connect() in /var/www/html/agc/dbconnect_mysqli.php on line 50
and this line on dbconnect_mysqli.php is line 50
- Code: Select all
if ( ($use_slave_server > 0) and (strlen($slave_db_server)>1) )
line 78
- Code: Select all
$link=mysqli_connect($server_string, "$VARDB_user", "$VARDB_pass", "$VARDB_database", $VARDB_port);
any idea guys.?