Page 1 of 1

MySQL Version?

PostPosted: Wed Mar 19, 2008 4:45 pm
by Felix
What's the newest version of MySQL that Vicidial is compatible with?

I tried to run it with MySQL version 5.051 and received the following errors:-

Agent Screen:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/apache2/htdocs/agc/vicidial.php on line 351


Admin screen:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/apache2/htdocs/vicidial/admin.php on line 1175

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache2/htdocs/vicidial/admin.php:1175) in /usr/local/apache2/htdocs/vicidial/admin.php on line 1187


Looks a bit to me like it's not opening a connection to the database.

PostPosted: Wed Mar 19, 2008 4:50 pm
by Felix
I'm sorry. I forgot to grant priviledges to the cron user on the Asterisk database.

Got logged in and everything seems to be fine.