Welcome Guest, Not a member yet? Register   Sign In
need help !!! ......... Fatal error: Call to undefined method CI_DB_mysql_driver::dm_call_method() in G:\SVN\CloudAccoun
#1

[eluser]Unknown[/eluser]
i am getting this error :

Fatal error: Call to undefined method CI_DB_mysql_driver::dm_call_method() in G:\SVN\CloudAccount\Trunk\App\application\libraries\datamapper.php on line 3550

on

$u = new User();
$u->where('id',$this->tank_auth->get_user_id());
$u->get();


i am trying to handle multiple database connections thru datamapper and ci
(error doesnot occour for default connection)
only occours for:

$config['db_params'] = 'common';

and only when using "where" clause

i have made all the installations for datamapper

even placed - "
require_once APPPATH.'third_party/datamapper/bootstrap.php';

" already in index file


hoping to get a solution .........
thanks.


Messages In This Thread
need help !!! ......... Fatal error: Call to undefined method CI_DB_mysql_driver::dm_call_method() in G:\SVN\CloudAccoun - by El Forum - 01-29-2012, 04:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB