Having said on the subject line I have this error while searching for a lead or a Phone number.
"The search variables you entered are not active in the system Please go back and double check the information you entered and submit again"
I think all fields are like this. Before this everything was okay but one time I change a data on the database on recording_log specifically.
update recording_log set location=REPLACE(location, '/RECORDINGS/', '/2016/');
due to some modifications based on the customers need. But I think this has nothing to do on admin_search_lead.php as I check there are no recording_log table on it.
What should be the problem as I also try to revert back the changes i made but still no avail.
Thank you looking forward for your assistance
----EDIT-------
It seems the data I'm searching is not on the DATABASE, LOL, I just realize that deleting a USER or LIST will also delete the lead corresponds to this data.
----------------