Hi Steve...
I went into the includes\classes\ajax\zcAjaxInstantSearch.php file and added the single quotes to the INSTANT_SEARCH_MYSQL_USE_QUERY_EXPANSION to eliminate this error....it then through another Undefined Constant error in this file on another line....etc. Kept defining the constants by adding in the single quotes and it eliminated this error.
The error that I am now trying to fix in this plugin is:
PHP Warning: Undefined array key "INSTANT_SEARCH_PRODUCT_FIELDS_LIST" in C:\wamp64\www\plugin21\zc_plugins\InstantSearch\v4.0.3\classes\SearchEngineProvi ders\MysqlSearchEngineProvider.php on line 133
Would you be able to suggest the code to define this array?
Thanks!


Reply With Quote

