Skip to content
New issue

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

Solve the "Trying to get property ‘cnt’ of non-object" error #113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leac
Copy link

@leac leac commented Jul 12, 2021

On multi-site admin panels there is an error message:
Notice: Undefined offset: 0 in /usr/share/nginx/html/eatsmart/wp-content/plugins/simple-custom-post-order/simple-custom-post-order.php on line 304.
This is due to the face that no check is done on the resulting array from a query from the DB, and therefore when it returns empty and the code tries to access its cnt property, that error occurs.
Therefore I added a check before the use of the array.

But maybe you should also check why that query is running, or why it's returning no results.

leac added 2 commits July 12, 2021 10:22
Add check for count($result) in order to avoid error "Trying to get property ‘cnt’ of non-object"
Update simple-custom-post-order.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant