
9th September 2010, 10:37
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Looks as if the php odbc module is not installed or not loaded. To install it, run:
apt-get install php5-odbc
and then restart the apache webserver.
|