ADMIN_area_code_populate.pl command not working
Posted:
Mon Mar 19, 2007 5:09 pm
by mel0683
hi guys,when i run this command ADMIN_area_code_populate.pl it says:
root@ddi:/usr/share/astguiclient# ADMIN_area_code_populate.pl
-bash: ADMIN_area_code_populate.pl: command not found
but you can locate that file under this path /usr/share/astguiclient
Posted:
Mon Mar 19, 2007 5:15 pm
by aster1
chmod +x /usr/share/astguiclient/ADMIN_area_code_populate.pl
Posted:
Mon Mar 19, 2007 6:01 pm
by mel0683
thanks guys,how to open astguiclient/admin.php i tried this url
http://myIP/astguiclient/admin.php but the page cannot be display.
and i also tried
http://myIP/vicidial/admin.php its same.
sorry to bother you guys..hope you understand..
thanks in advance..
mel
Posted:
Tue Mar 20, 2007 6:31 pm
by enjay
type "service httpd status" from the command line and see that httpd is even running.
If it is running then check the DocumentRoot in the httpd.conf file (located in /etc/httpd/conf/httpd.conf "on Fedora") Make sure it is pointing to the correct directory where the VICIDIAL pages where installed.
-Art