SQLSTATE[42000] Error

rrd,

Thanks for the reply. I made the change, as you suggested and listed here:

    $this->belongsTo('AllUsers', [
        'className' => 'Users',
        'foreignKey' => 'users_id',
        'joinType' => ''
    ]);

However when I run it I get the following error: Users is not associated with users.

I’m note sure why I am getting this error, any suggestions?

Thanks again, Troy