[Plugin: Search Unleashed] Warning: Creating default object from empty value
-
Search Unleashed has become incompatible with later versions of PHP, causing it to throw the error: Warning: Creating default object from empty value on line 27 of search-unleashed/models/incoming-search.php
Inserting this line ahead of line 27 appears to fix the problem:
$this->search = new StdClass;
- The topic ‘[Plugin: Search Unleashed] Warning: Creating default object from empty value’ is closed to new replies.