Question

[![enter image description here][1]][1]please visit this link : http://sitename.com/

i am using full path in core_config_data : http://sitename.com/

I chnaged new domain in core_config_data table , than all this error

i am seeing this : llegal scheme supplied, only alphanumeric characters are permitted

Trace:
#0 /var/www/html/sitename/app/code/core/Mage/Core/Model/Store.php(773): Zend_Uri::factory('??http://videom...')
#1 /var/www/html/sitename/app/code/core/Mage/Core/Controller/Varien/Front.php(332): Mage_Core_Model_Store->isCurrentlySecure()
#2 /var/www/html/sitename/app/code/core/Mage/Core/Controller/Varien/Front.php(161): Mage_Core_Controller_Varien_Front->_checkBaseUrl(Object(Mage_Core_Controller_Request_Http))
#3 /var/www/html/sitename/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#4 /var/www/html/sitename/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#5 /var/www/html/sitename/index.php(89): Mage::run('', 'store')
#6 {main}
Was it helpful?

Solution

ini_set('display_errors', 1);

Solution 1 : Disable Compiler Go to System -> Tools -> Compilation and Disable you Compiler and clear/flush magento cache data. In most of the cases this would solve the issue.

Solution 2 : Improve PHP Memory Limit If you can access php.ini OR use .htaccess in the root OR edit index.php add below line right after ini_set(‘display_errors’, 1);

ini_set('memory_limit', '256M');
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top