Fatal error: Class ‘Searchanise’ not found Print

Modified on: Thu, 30 Mar, 2023 at 5:06 PM


  1. Go to the extension directory:
    cd app/code/community/
  2. Set the 755 permissions for all files and directories:
    chmod -R 755 Simtech/
  3. Apply the 644 permissions for the files:
    find Simtech/ -type f -print0 | xargs -0 -I'{}' chmod 0644 '{}'

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.