curator error

i keep getting this error when i try to attach or insert in image in curator Brick\Math\BigNumber::isGreaterThanOrEqualTo(): Argument #1 ($that) must be of type Brick\Math\BigNumber|string|int|float, null given, called in D:\My Files\Workspace\my_projects\inventorymanagement\vendor\laravel\framework\src\Illuminate\Validation\Concerns\ValidatesAttributes.php on line 1649
3 Replies
Dennis Koch
Dennis Koch2mo ago
Maybe @awcodes can help.
awcodes
awcodes2mo ago
I’ve never even see that error before. Nd no one else has reported it. Can you create an issue on github with a reproduction repo? My best guess is that the server can’t read the file size and passing null to a validation error. Make sure you have GD or Imagik on the server.
Dennis Koch
Dennis Koch2mo ago
Maybe share the full stack trace.

Did you find this page helpful?