Page 1 of 1
Modify User - I see nothing
Posted:
Thu Sep 10, 2015 11:37 pm
by udfxrookie
I did a basic install with all defaults using Vicibox_v.6.0.x86_64-6.0.3.iso
on a Dell Poweredge SC1435
All went well, have no error messages. I can edit the tables to give myself permissions and edit users, however in the GUI
when I click "Modify User"I see no information and when I edit it I get an error because the user number is blank.
I can see the details of everything else however, any ideas?
Re: Modify User - I see nothing
Posted:
Fri Sep 11, 2015 12:48 am
by lanerfy11
same here
Re: Modify User - I see nothing
Posted:
Fri Sep 11, 2015 5:01 am
by mflorell
Looks like we missed something in the last big code change, it's been fixed now in svn/trunk, just update your svn code and take a look at the last two SQL statements in the extras/update_2.12.sql file and run those in MySQL.
Re: Modify User - I see nothing
Posted:
Fri Sep 11, 2015 7:17 am
by udfxrookie
Whoop whoop, perfect and looking beautiful =) TY
Re: Modify User - I see nothing
Posted:
Fri Sep 11, 2015 10:38 pm
by ambiorixg12
Sorry Matt, I'm not requesting any step by step guide, but you could please provide more details , how can I achieve the above statement
mflorell wrote:Looks like we missed something in the last big code change, it's been fixed now in svn/trunk, just update your svn code and take a look at the last two SQL statements in the extras/update_2.12.sql file and run those in MySQL.
Re: Modify User - I see nothing
Posted:
Fri Sep 11, 2015 11:01 pm
by ambiorixg12
Never mind and thanks. I managed to solve the problem.. these are the steps
1) cd /usr/src/astguiclient/trunk
2) svn up
3) Going into mysql and executing the upgrade sql file:
a) mysql
b) use asterisk
c) \. /usr/src/astguiclient/trunk/extras/upgrade_2.12.sql
d) quit
And fixed,
Matt let me know please if I'm Missing an important step
Re: Modify User - I see nothing
Posted:
Sat Sep 12, 2015 6:07 am
by mflorell
That should be all ambiorixg12, thanks!
Re: Modify User - I see nothing
Posted:
Sun Sep 13, 2015 8:31 pm
by lanerfy11
alright ambiorixg12, thank you!