Product Improvements: Flexible
Cloudways values its customers and their feedback! You can now give us your feedback on how we can improve Cloudways services, solution and products by pitching in your ideas!
22 results found
-
Configure Cloudways Magento Stack to point to corret tmp folder
After installation, magento tmp folder is not configured, so it's use /tmp by default. It's cause problems with magento store cloned in the same server.
You need to configure the file lib/Zend/Cache/Backend/File.php, in the line who says
protected $options = array(
'cachedir' => nullto
protected $options = array(
'cachedir' => '../tmp'2 votes -
to add Magerun
Magerun help us to manage Magento 1.x through CLI commands.
5 votes
- Don't see your idea?