i went thue some think like this and this helped in the end
step 1 go admin , servers. then look for Rebuild conf files change it to y then submit and hope that fixed it
and then if not do this
step 2 but onley do this if DB Schema Version: is 1461 or hiyer if its not youll have to look in to updating it first then do this
rename /src/astguiclient to this /src/astguiclientold then
mkdir /usr/src/astguiclient
cd /usr/src/astguiclient
svn checkout
svn://svn.eflo.net:3690/agc_2-X/trunkmysql -f --database=asterisk < /usr/src/astguiclient/trunk/extras/upgrade_2.12.sql
mysql
use asterisk
\. /usr/src/astguiclient/trunk/extras/upgrade_2.12.sql
quit
cd /usr/src/astguiclient/trunk
perl ./install.pl
and now all good ive dun it like this so it will give you a cleen astguiclient file set
this will update your astguiclient to the most reasent SVN and should fix it
and sorry to say ppl hear dont like scratch installs as thigs change hear all the time
Version: 2.12b0.5
SVN Version: 2541
DB Schema Version: 1461