search problem with error

Hi

i just installed suitcrm 8.10 and everything looks fine. but when in try to search, this error shows

suitcrm/public/legacy/lib/Search/SearchResults.php on line 129

Have you set the correct permissions?

  • Run a Quick Repair and Rebuild

  • Clear the System Cache

# Run from the SuiteCRM root directory
./bin/console cache:clear

Audit Custom Search Metadata

  • Navigate to public/legacy/custom/modules/<TargetModule>/metadata/
  • Open searchfields.php or SearchFields.php
  • Ensure custom arrays are well-formed and do not pass null values where standard data types are expected.
  • Make sure fields intended for global index matching include 'force_unifiedsearch' => true.