Skip to content

Instantly share code, notes, and snippets.

@mhhansen
Last active August 29, 2015 14:02
Show Gist options
  • Save mhhansen/f36f97bcb0d15c178e71 to your computer and use it in GitHub Desktop.
Save mhhansen/f36f97bcb0d15c178e71 to your computer and use it in GitHub Desktop.
Magento : Disable Compilation
# Clear cache
rm -Rf var/cache/*
# Disable Magento Compilation
php -f shell/compiler.php -- disable
php -f shell/compiler.php -- clear
# Remove all compiled files
rm -Rf includes/src/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment