Fatal error: Class ‘Searchanise’ not found

  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 '{}'
Updated on February 7, 2022

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you

Let us improve this post!

Please tell us how we can improve this post

Related Articles

Back to top