You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of upgrading an older Codeigniter project from v2 to v3. I've been using Datamapper and noticed that this repository apparently contains a functioning version of DM for CI3. However, when replacing all the files and double checking everything, I still end up with this error that I am unable to solve:
Type: Error
Message: Call to undefined method CI_DB_sqlsrv_driver::dm_call_method()
Filename: /var/www/xxxxxxx/application/libraries/Datamapper.php
Line Number: 1034
I should mention I'm using MS SQL server and also had to uppercase the first letter of Datamapper.php file in application/libraries for CI3. MS SQL drivers are properly installed as the CI2 version of the program is working fine on the same server.
I know Datamapper is old and should be replaced, but still wanted to try my luck here.
The text was updated successfully, but these errors were encountered:
Hello!
I'm in the process of upgrading an older Codeigniter project from v2 to v3. I've been using Datamapper and noticed that this repository apparently contains a functioning version of DM for CI3. However, when replacing all the files and double checking everything, I still end up with this error that I am unable to solve:
I should mention I'm using MS SQL server and also had to uppercase the first letter of Datamapper.php file in application/libraries for CI3. MS SQL drivers are properly installed as the CI2 version of the program is working fine on the same server.
I know Datamapper is old and should be replaced, but still wanted to try my luck here.
The text was updated successfully, but these errors were encountered: