- Go to the extension directory:
cd app/code/community/
- Set the 755 permissions for all files and directories:
chmod -R 755 Simtech/
- Apply the 644 permissions for the files:
find Simtech/ -type f -print0 | xargs -0 -I'{}' chmod 0644 '{}'
Fatal error: Class ‘Searchanise’ not found
Updated on February 7, 2022