मुझे एक ही समस्या थी। त्रुटि रिपोर्ट में मुझे निम्नलिखित मिल रहा था। जब मैं निम्नलिखित
web/unsecure/base_url http://localhost/mymagento/
web/secure/base_url http://localhost/mymagento/
समस्या हल कर ली को यूआरएल बदल
a:5:{i:0;s:67:"Illegal scheme supplied, only alphanumeric characters are permitted";i:1;s:669:"#0 D:\wamp\www\mymagento\app\code\core\Mage\Core\Model\Store.php(726): Zend_Uri::factory('localhost/tevet...')
#1 D:\wamp\www\mymagento\app\code\core\Mage\Core\Controller\Varien\Front.php(313): Mage_Core_Model_Store->isCurrentlySecure()
#2 D:\wamp\www\mymagento\app\code\core\Mage\Core\Controller\Varien\Front.php(161): Mage_Core_Controller_Varien_Front->_checkBaseUrl(Object(Mage_Core_Controller_Request_Http))
#3 D:\wamp\www\mymagento\app\code\core\Mage\Core\Model\App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#4 D:\wamp\www\mymagento\app\Mage.php(683): Mage_Core_Model_App->run(Array)
#5 D:\wamp\www\mymagento\index.php(87): Mage::run('', 'store')
#6 {main}";s:3:"url";s:10:"/mymagento/";s:11:"script_name";s:19:"/mymagento/index.php";s:4:"skin";s:4:"demo";}
यूआरएल जो मैं डेटाबेस में core_config_data तालिका में मुहैया कराई थी निम्नलिखित
web/unsecure/base_url localhost/mymagento/
web/secure/base_url localhost/mymagento/
की तरह था।
बिल्कुल सही। यह कारणों में से एक हो सकता है –