Ready to talk shop?
Drop us a line. We can't wait to learn more about your business.
Ready to talk shop?
Drop us a line. We can't wait to learn more about your business.
It is common that you may run into a known error in Magento which can occur for a number of reasons, such as when installing extensions or moving the application to a new server: "There has been an error processing your request"
It is common that you may run into a known error in Magento which can occur for a number of reasons, such as when installing extensions or moving the application to a new server: “There has been an error processing your request”
It is common that you may run into a known error in Magento which can occur for a number of reasons, such as when installing extensions or moving the application to a new server: “There has been an error processing your request”
“There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: XXXXXXXXXXXXXXX”
Here is the solution:
protected $_options = array(
'cache_dir' => 'null',
Change it to:
protected $_options = array(
'cache_dir' => 'tmp/'