Hi folks,
this is what i get when i click vicidial/admi.php.
LICENSE: GPLv2 # require("dbconnect.php"); ###################################################################################################### ###################################################################################################### ####### static variable settings for display options ###################################################################################################### ###################################################################################################### $page_width='770'; $section_width='720'; $header_font_size='3'; $subheader_font_size='2'; $subcamp_font_size='2'; $header_selected_bold=''; $header_nonselected_bold=''; $users_color = '#FFFF99'; $campaigns_color = '#FFCC99'; $lists_color = '#FFCCCC'; $ingroups_color = '#CC99FF'; $remoteagent_color ..............
Entries in error_log:
[Fri Aug 22 10:05:46 2008] [error] [client 192.168.5.25] File does not exist: /usr/local/apache2/htdocs/".., referer:
ttp//192.168.5.119/vicidial/welcome.php
[Fri Aug 22 11:46:58 2008] [notice] SIGHUP received. Attempting to restart
[Fri Aug 22 11:46:58 2008] [notice] Digest: generating secret for digest authentication ...
[Fri Aug 22 11:46:58 2008] [notice] Digest: done
[Fri Aug 22 11:46:59 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations
I have gone through earlier somewhat similar post "Admin page blank or full of php code". In my case even if i changed short_open_tag=on it still displays php code.
My phpinfo() is working. I also tested the dbconnection.php( with all parameters taking from astguiclient.conf) and it is working. I have 2 server 1 for vicidial n asterisk and another for database. My insatallation.. slackware 12.1. I am using default php and apache in the slackware distro.
I have not installed eaccelerator(as it is optional, I was trying to make my vicidial working as soon as possible). Now I am stuck. Any help is highly appreciated!!