This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

TJMB
TJMB

Hi all, I'm running October build 471 with the RainLab User plugin v1.5.4 on an AWS instance (PHP v7.4.13 and MySQL v8.0.23-0ubuntu0.20.04.1). The User plugin installed fine but after I create a user account I get the following Exception error when I attempt to access the Users page in the backend:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'scg_webapp.throttle' doesn't exist (SQL: select * from `throttle` where `user_id` = 1 limit 1)

From stepping through the stack trace displayed with that error, it seems that the source of the problem is that the table defined in line 10 of rainlab/user/models/Throttle.php isn't overriding the default table set in /vendor/october/rain/src/Auth/Models/Throttle.php though I'm not sure why that wouldn't be working.

Any suggestions on how to approach this would be most appreciated.

Thanks, Tom

TJMB
TJMB

Just realized I should post this in the plugin's git hub issues page. If anyone else has experienced this and has info, that would still be appreciated.

daftspunky
daftspunky

I can't say that we've ever seen this issue before. Seems unusual and would need further investigation

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.