🔔 🔔 🔔 Duyuru: 24. Yılımıza özel indirimler sizleri bekliyor ! Kampanya Kodu : TDATA2024 | Detaylı bilgi için tıklayınız.

Magento Exception printing is disabled by default for security reasons


Magento Exception printing is disabled by default for security reasons


There has been an error processing your request

Exception printing is disabled by default for security reasons.

Error log record number: xxxxxxxxx

To view more informative error, you can follow this steps:

Go to folder /errors/

Change local.xml.sample to local.xml
after this change you can see few more errors.

then go to domain document /lib/Zend/Cache/Backend/File.php
and search

1
2
protected $_options = array(
‘cache_dir’ => ‘null’,
and change it to:

1
2
protected $_options = array(
‘cache_dir’ => ‘tmp/’,
Save the changes.

create tmp folder under root magento folder.

Bu cevap yeterince yardımcı oldu mu?