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
Maybe @awcodes can help.
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.
Maybe share the full stack trace.