Plasid

Results 14 comments of Plasid

Not 100% sure if this relates to your problem, but I get a server 500 error on anything "that goes wrong" in my application, even for 404's. - when I...

Hi, Sorry about the errors, I was typing examples directly via the comment editor. I believe how I'm doing it above is correct and the same as the official docs...

Thank you very much for the time spent on this, I will give it a try.

Did not have time to play with this again until now... I tried new clean basic implementations from the official docs etc. and the short story is: The above still...

Thank you for the reply. What I have found to work in v1 is the following: At the top of my bootstrap (/public/index.php) I have this: error_reporting(E_ALL); ini_set('display_errors', 1); ini_set("display_startup_errors",...

`Valitron\Validator::addRule('requiredIfOther', function($field, $value, array $params, array $fields) { //Do some checks here to see of country_id is in $fields and its value is 23 //and if $value is set //return...

I'm not 100% sure but it looks like you introduced a new bug. I used this guys code https://github.com/ycatch/SoraMame.Block with jquery-sortable.js v0.9.13 and get the error Uncaught TypeError: Cannot read...

I looked at the javascript error in the developer console and noted that you are getting the same 'group' error as me, it relates to the version. See my posted...

Thanks for the reply Odan, Any type of error (even fatal) can occur inside a try-catch (try-catch throwable does not know the future), i.e. in a controller or middleware, as...