On Nov 3, 5:47 am, gmwebs <[EMAIL PROTECTED]> wrote:
> For some reason or another, since upgrading to the latest pre-beta
> 1.2.x.x I have been experiencing issues with the othAuth component. I
> have also upgraded to the latest nightly build but it has not made any
> difference.
>
> I followed the instructions inhttp://www.ancientwisdom.cc/news/archives/111
> which sorts out the admin routing issues.
   <snip>

For the sake of record, I fixed the insert instead of update issue by
adding "id" to the save()'s field list:

$res = $UserModel->save($row, true, array(
     'id',
     $this->user_table_last_visit
  ));

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to