Page 1 of 1

canot not connect to astguiclient/admin.php

PostPosted: Sun Aug 13, 2006 1:44 am
by abhasbajpai
i am running FC 4 with apatche preinstalled
i have followed all the steps of scratch install
now after creating MySQL "asterisk" database
step 3 says
3. Enter the astguiclient administration page:
http://10.10.10.66/astguiclient/admin.php (10.10.10.66 is my server IP)
so when i type this in browser
it says
The requested URL /astguiclient/admin.php was not found on this server.
actualy there is no directory named as astguclient in
/var/www/html (from where i suppose apatche picks up the file )
in one of the installation i have seen the directory on such location like
/var/www/html/astguiclient
in which there is admin.php
now if i copy the directory /home/cron/astguiclient/astguiclient_web
to /var/www/html/ and rename it to astguiclient
than type 10.10.10.66/astguiclient/admin.php
the open th page but it is blank
can somebody help me where i am wrong
help needed ASAP
BTW astrisk is running fine with manual dialing
thanks (in advance of cource)

PostPosted: Sun Aug 13, 2006 5:58 am
by mflorell
you can either alter the installation script to place the files in your webroot, or you can move them there manually(agc/astguiclient/vicidial). In each of those three folders you will need to customize the dbconnect file to your specific setup.

PostPosted: Sun Aug 13, 2006 7:34 am
by abhasbajpai
can you tell me with above setup which lines are to be added to
dbconnect file

PostPosted: Sun Aug 13, 2006 2:43 pm
by mflorell
nothing needs to be added, just configure for your setup, db server, user/pass, webroot path

PostPosted: Sun Aug 13, 2006 11:13 pm
by abhasbajpai
thanks a lot
pleae if you can do a favour
i am very new this thing and setuing up a test setup
i am following scratch installation
can proovide me with some commands to do this or point me to sm resource
thanks

PostPosted: Mon Aug 14, 2006 6:00 am
by mflorell
There are consultants that can help you listed on the project site and on the Wiki:
http://www.eflo.net/VICIDIALwiki/index. ... onsultants

PostPosted: Mon Aug 14, 2006 6:41 am
by abhasbajpai
thanks now i am getting the page
i cannot take the help as it is a test porject
i relay on help provided by my genrious friends like you
now there a new problem
i am folowing the steps of scratch install
when i open http://10.10.10.66/astguiclient/admin.php
it askes for user name and password
i tried with both
6666 as UN and 1234 as pass
and cron as UN 1234 as pass which is pass for cron
even with root and password
the password for mysql root is 1234
either way its not working
when cancel it
the error is
Invalid Username/Password: ||| |SELECT count(*) from vicidial_users where user='' and pass='' and user_level > '6' and ast_admin_access='1';|

PostPosted: Mon Aug 14, 2006 10:20 am
by mflorell
Did you do the GRANT queries on the asterisk database when you created it?

PostPosted: Tue Aug 15, 2006 2:34 am
by abhasbajpai
thanks
its working now
i can log on to page