When trying to access the migrated/transferred Magento website you receive an error below.
QuoteThere has been an error processing your request
Exception printing is disabled by default for security reasons.
Access
errors folder under your root directory of the website & rename the file local.xml.sample to local.xml. Once you change the name, open file
lib/Zend/Cache/Backend/File.php. You can open it via using a Editor in FileManager.
Find for
Quoteprotected $_options = array(
'cache_dir' => 'null',
and replace it with
Quoteprotected $_options = array(
'cache_dir' => 'tmp/',
Save the file & create a
tmp folder under your root directory. Try accessing the website now and it should work as expected.
QuoteLooking for quality Magento hosting? Look no further than MilesWeb's Best Magento Hosting (https://www.milesweb.com/magento-hosting.php) plans.