Page 1 of 1

Error to login on the admin web page

PostPosted: Sat Oct 28, 2017 11:52 pm
by victornova
Hello, update my version to version 7.0 and when i try login on the web I get this error '' You do not have permission to be here: | 6666 | GOOD ''

Could you help me?

Re: Error to login on the admin web page

PostPosted: Sun Oct 29, 2017 8:13 am
by mflorell
How exactly did you "update my version to version 7.0"?

What version were you coming from?

Did you run all of the database updates?

Re: Error to login on the admin web page

PostPosted: Sun Oct 29, 2017 8:59 am
by victornova
mflorell wrote:How exactly did you "update my version to version 7.0"?

What version were you coming from?

Did you run all of the database updates?

I did the SVN Trunk Update, use this series of commands

Code: Select all
/usr/share/astguiclient/ADMIN_backup.pl --debugX

cd /usr/src/astguiclient

Download Vicidial trunk on ALL servers

svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk

use asterisk
\. /usr/src/astguiclient/trunk/extras/upgrade_2.12.sql
quit

cd /usr/src/astguiclient/trunk
perl ./install.pl


everything went well, it did not give me any type of error but when I try to enter the web page the error already mentioned

Re: Error to login on the admin web page

PostPosted: Sun Oct 29, 2017 1:28 pm
by alo
you probably also need this one to update the db scheme to have the api users only fields.

Code: Select all
\. /usr/src/astguiclient/trunk/extras/upgrade_2.14.sql