We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I can't display the attachments because of this error.
Sorry, something went wrong.
PHP Warning – yii\base\ErrorException
array_slice() expects parameter 1 to be array, object given
in /app/vendor/yiisoft/yii2/data/ArrayDataProvider.php at line 96 87888990919293949596979899100101102103104105 }
if (($pagination = $this->getPagination()) !== false) { $pagination->totalCount = $this->getTotalCount(); if ($pagination->getPageSize() > 0) { $models = array_slice($models, $pagination->getOffset(), $pagination->getLimit(), true); } } return $models;
}
/**
Same problem here, no news on this issue?
same problem here 👍
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: