database problem

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

database problem

Postby deficit » Tue Feb 17, 2015 1:06 pm

trying to upgrade top the newest SVN. Get an error during updating the database schema

\. /usr/src/astguiclient/trunk/extras/upgrade_2.10.sql
-bash: /usr/src/astguiclient/trunk/extras/upgrade_2.10.sql: line 2: syntax error near unexpected token `('
-bash: /usr/src/astguiclient/trunk/extras/upgrade_2.10.sql: line 2: `UPDATE system_settings SET db_schema_version='1381',db_schema_update_date=NOW() where db_schema_version < 1381;'

any ideas
deficit
 
Posts: 30
Joined: Thu Jul 11, 2013 2:01 pm

Re: database problem

Postby mflorell » Tue Feb 17, 2015 1:19 pm

You have to do that within mysql, not bash.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: database problem

Postby deficit » Tue Feb 17, 2015 1:40 pm

Sorry duh n my part I ran the upgrade from mysql..
Version: 2.8b0.5
SVN Version: 2277
DB Schema Version: 1401
DB Schema Update Date: 2015-02-17 12:23:22

ok it took ok except for one problem.

The USERS details pages are blank I can see all the data in mysql just not under vicidial users details..

Any ideas.
deficit
 
Posts: 30
Joined: Thu Jul 11, 2013 2:01 pm

Re: database problem

Postby mflorell » Tue Feb 17, 2015 5:09 pm

What version, build and dbschema were you upgrading from?
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: database problem

Postby adymeblack » Thu May 07, 2015 11:23 am

I'm having a similar issue. Upgrading from v2.8-426a Build: 140214-1643 Schema 2075 to v2.12-484a BUILD: 150429-1222. Users, campaigns, statuses, everything is blank and i keep seeing this error along the top:

Code: Select all
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /srv/www/htdocs/vicidial/admin.php on line 1940 Warning: mysqli_fetch_row() expects parameter 1 to be mysqli_result, boolean given in /srv/www/htdocs/vicidial/admin.php on line 3681


I can log into the system, but i really can't do anything becuase the page is either blank, or i get a "unauthorized" error.

I followed the upgrade steps as directed (viewtopic.php?t=16326&highlight=) & ran the SQL upgrades.

Ideas?

Thank you kindly.
adymeblack
 
Posts: 63
Joined: Thu Feb 13, 2014 1:14 pm

Re: database problem

Postby adymeblack » Fri May 08, 2015 8:03 am

I managed to fix my issue. I re ran the SQL upgrade files (in order, just ot be sure) and everything is good now.
adymeblack
 
Posts: 63
Joined: Thu Feb 13, 2014 1:14 pm

Re: database problem

Postby adymeblack » Wed May 20, 2015 11:02 am

I spoke too soon, everything appears to be working however i am unable to make any changes to user accounts unless i go direct to the database. I have ran all the SQL upgrade scripts (as posted previously) but when i go to the user screen i get the following error:

Code: Select all
Warning: mysqli_fetch_row() expects parameter 1 to be mysqli_result, boolean given in /srv/www/htdocs/vicidial/admin.php on line 17759
MODIFY A USERS RECORD:
adymeblack
 
Posts: 63
Joined: Thu Feb 13, 2014 1:14 pm

Re: database problem

Postby paolo » Thu May 28, 2015 1:53 pm

adymeblack wrote:I spoke too soon, everything appears to be working however i am unable to make any changes to user accounts unless i go direct to the database. I have ran all the SQL upgrade scripts (as posted previously) but when i go to the user screen i get the following error:

Code: Select all
Warning: mysqli_fetch_row() expects parameter 1 to be mysqli_result, boolean given in /srv/www/htdocs/vicidial/admin.php on line 17759
MODIFY A USERS RECORD:


Maybe you might want to check you User Grants

or try running

GRANT ALL PRIVILEGES ON DBName.* TO asterisk @'%' IDENTIFIED BY '1234';
GRANT ALL PRIVILEGES ON DBName.* TO asterisk @'localhost' IDENTIFIED BY '1234';
GRANT ALL PRIVILEGES ON DBName.* TO 'cron'@'%' IDENTIFIED BY '1234' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON DBName.* TO 'cron'@'%' IDENTIFIED BY '1234' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON DBName.* TO 'custom'@'%' IDENTIFIED BY 'custom1234' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON DBName.* TO 'custom'@'%' IDENTIFIED BY 'custom1234' WITH GRANT OPTION;
FLUSH PRIVILEGES;

in MYSQL
MyCallCloud.com - Cool Vici Customizations - Hosted - Configured - Supported
Web: https://mycallcloud.com
P: 888-663-0760
E: sales@mycallcloud.com
paolo
 
Posts: 48
Joined: Wed Oct 08, 2014 11:38 am

Re: database problem

Postby adymeblack » Thu May 28, 2015 1:58 pm

In my searches i found the build i was using had a couple bugs that were similar to this. I upgraded to the latest build, re ran the sql scripts and all is well.

I fogot to come back with those results last week.
adymeblack
 
Posts: 63
Joined: Thu Feb 13, 2014 1:14 pm


Return to Support

Who is online

Users browsing this forum: No registered users and 68 guests