Quantcast
Viewing all articles
Browse latest Browse all 20145

Warning: Illegal offset type in isset or empty…

I've created a simple new View like I've done many times before, but for some reason, when I use it on this particular website, I get the following error message. Despite the error message, the View itself works perfectly.

Warning: Illegal offset type in isset or empty in /nfs/c05/h05/mnt/161021/domains/…/html/wp-includes/post.php on line 1078

In an attempt to troubleshoot this on my own, I created a clone of the website on my local MAMP server, but no error message appears on the MAMP version. This made me think it was a PHP version issue, so I tried multiple versions of PHP on the live server, and multiple versions on the MAMP server, but this had no effect in either environments.

Could this possibly be a PHP settings issue, such that the live server is printing the error messages while my MAMP server is "hiding" them? Since the View seems to function correctly, is there some way I can simply hide the error message?

Thanks in advance for help.
~Ryan


Viewing all articles
Browse latest Browse all 20145