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
There are errors in logs now.
Undefined offset: 0 {"userId": xxxxx,"exception":"[object] (ErrorException(code: 0): Undefined offset: 0 at /wp-content/plugins/intuitive-custom-post-order/intuitive-custom-post-order.php:291)
Workaround, changed rows 269 and 291 with
if ( !isset($result[0]) || $result[0]->cnt == 0 || $result[0]->cnt == $result[0]->max ) continue;
i.e. added this, hope it helps
!isset($result[0]) ||
The text was updated successfully, but these errors were encountered:
Fixes "Undefined offset: 0"
d7c93ab
closes hijiriworld#52
Successfully merging a pull request may close this issue.
There are errors in logs now.
Workaround, changed rows 269 and 291 with
i.e. added this, hope it helps
The text was updated successfully, but these errors were encountered: