I'm using CakeDCusers but can't access that plugin's methods even when my other plugin Orders hasMany users.
$user = $this->Order->User->register($data);
gives me this:
Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'register' at line 1
Any idea on what I'm doing wrong? I know it's not much code, but let me know what if there's something more specific that you want.