Darius Silkaitis
Results
2
issues of
Darius Silkaitis
picke.dump gives me SystemError if I try larger batch of images. Thought it is memory issue, tried same batch on 32GB ram machine, same error.
This is in my Controler: Loading module `$this->relationModel = Account::with('categories', 'amazon');` Setting editable grid for relation fields: ``` $this->edit->add('amazon.sku_prefix', 'SKU Prefix', 'text')->rule('required'); $this->edit->add('amazon.mws_auth_token', 'MWS Auth Token', 'text'); $this->edit->add('amazon.merchant_id', 'Merchant ID',...