Guest User

Untitled

a guest
Aug 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. CodeIgniter, Ion Auth: Call to undefined function now()
  2. PHP Fatal error: Call to undefined function now() in /home/carlo/public_html/website/application/models/ion_auth_model.php on line 996
  3.  
  4. $this->db->update($this->tables['users'], array('last_login' => now()), array('id' => $id));
  5.  
  6. $this->load->helper('date');
Add Comment
Please, Sign In to add comment