Page 1 of 1

astguiclient 2.0.3b4 issues

PostPosted: Fri Mar 23, 2007 4:43 pm
by Op3r
Matt

I was installing a server with astguiclient 2.0.3b4

i kept getting mysql errors like this


Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/html/agc/vicidial.php on line 274

I also get some mysql errors on the admin interface

im using mySql 5.0.27

PostPosted: Fri Mar 23, 2007 9:59 pm
by mflorell
Did you have any active campaigns in the database when you received these messages?

PostPosted: Fri Mar 23, 2007 11:47 pm
by Op3r
None even if when Im trying to add campaigns.


CAMPAIGN NOT MODIFIED - Please go back and look at the data you entered
the campaign name needs to be at least 6 characters in length
|||

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/html/vicidial/admin.php on line 7084

PostPosted: Fri Mar 23, 2007 11:53 pm
by Op3r
here's the error if u want to check out the campaigns

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/html/vicidial/admin.php on line 9588

CAMPAIGN LISTINGS:

this is the line

$people_to_print = mysql_num_rows($rslt);

PostPosted: Sat Mar 24, 2007 6:45 am
by mflorell
I think there may be something wrong with your configuration.

Have you set up the mysql user?

Can you manually run queries on the MySQL CLI?

What is your php.ini memory limit set to?

PostPosted: Sat Mar 24, 2007 10:05 pm
by Op3r
I set'ed up mysql user

yep I can manually run queries on mysql

I put my php.ini memory_limit to 48 mb