I keep getting this error:
Fatal error: Call to undefined function NewADOConnection() in D:
\websites\MYDOMAIN\cake\libs\model\datasources\dbo\dbo_adodb.php on
line 113
Here is my connection in database.php (credentials masked):
var $default = array('driver' => 'adodb',
'connect' => 'odbc_mssql',
'host' => 'hostname',
'login' => 'login',
'password' => 'password',
'database' => 'db',
'prefix' => '');
What am I doing wrong? Also, not sure if this is needed, but there is
nothing in my vendors folder. Should there be to make this work?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---