Hello

I faced this type of Error in codeigniter.

Can you suggest me any solution...

ERROR : You must use the "set" method to update an entry.

In Model Code is..

$this->db->where('user_id',$user_current_id);
$this->db->update('admin_resume_expertise',$data);

Thank YOu

Recommended Answers

All 2 Replies

Try with setting:
$db[‘default’][‘db_debug’] = false;
in database.php file.

commented: @Tpojka : Thank You +1

$db[‘default’][‘db_debug’] = false;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.