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

billyZduke
billyZduke

Submitting the old-fashioned way (apparently required to get uploadable file input field data processed?) seems to have broken something... My file inputs are working splendidly, but if I submit a form with intentional crap data hoping to trigger an error, I don't get any. There is a session present, and Validation is obviously being performed (during the onRegister() method, which I'm triggering from my custom Account component's onRun() method if post() data is present), because the new record does not get inserted, and I can populate the resulting reloaded fields with the "old" data. Yet

 $this->session->has('errors')

returns false and

 Session::get('errors', new \Illuminate\Support\MessageBag)

is empty. Where are the errors I know I should be seeing, and how can I get them back to display?

1-1 of 1

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