hi
i have installed astguiclient_1.1.12-3 with slackware 10.2.apache i
had selected httpd-2.2.3 with php4.4.4.
but in gui of dialer i got following errors in mostly pages like following
Warning: fopen(./astguiclient_auth_entries.txt) [function.fopen]:
failed to open stream: Permission denied in
/usr/local/apache2/htdocs/agc/astguiclient.php on line 127
line 127 is $fp = fopen ("./astguiclient_auth_entries.txt", "a");
Warning: Cannot modify header information - headers already sent by
(output started at /usr/local/apache2/htdocs/agc/astguiclient.php:127)
in /usr/local/apache2/htdocs/agc/astguiclient.php on line 144
line 144 is header ("Content-type: text/html; charset=utf-8");
Warning: fopen(./vicidial_auth_entries.txt) [function.fopen]: failed
to open stream: Permission denied in
/usr/local/apache2/htdocs/agc/vicidial.php on line 396
line 396 is $fp = fopen ("./vicidial_auth_entries.txt", "a");
how can i overcome from this problem
thankyou