[RESOLVED] Subject: distributing Reports getting Fatal error: Call to undefined function odbc_connect() in /www/zendsvr/htdocs/PCC/connections/ODBCConnection.php on line 48
I am back to having the same problem as I had with this:
Ticket 339951: Creating and distributing Reports (Category: Support) Status: Closed Updated: 2/2/2015 5:50:24 PM which was resolved by using server database connection
$data["dbType"] = nDATABASE_DB2;
I add a report to the same project that contains the one that was working at my site and client's site. I copied the output folder to the clients machine but I get the:
Fatal error: Call to undefined function odbc_connect() in /www/zendsvr/htdocs/PCC/connections/ODBCConnection.php on line 48
I have checked the server database connection. It contains:
$data["dbType"] = nDATABASE_DB2;
which works on my machine. I am on PHPRunner Enterprise 8.0 Build 23504.
I anyone having the same problems