|
Hi,
I downloaded the latest version of magento and overwrote the files of previous version. I cleared the cache in admin before upgrading. Now after upgrading I get these errors:
On trying to acces Admin using :
http://localhost/magento/admin
exception ‘Mage_Core_Exception’ with message ‘Invalid store requested: “admin”.’ in D:\wamp\www\magento\app\Mage.php:356
Stack trace:
#0 D:\wamp\www\magento\app\code\core\Mage\Core\Model\App.php(494): Mage::throwException(’Invalid store r...’)
#1 D:\wamp\www\magento\app\code\core\Mage\Core\Model\Url.php(215): Mage_Core_Model_App->getStore(NULL)
#2 D:\wamp\www\magento\app\code\core\Mage\Core\Model\Url.php(101): Mage_Core_Model_Url->setStore(NULL)
On accessing the store home page:
Strict Notice: Declaration of Mage_Eav_Model_Entity_Abstractold::_insertAttribute() should be compatible with that of Mage_Eav_Model_Entity_Abstract::_insertAttribute() in D:\wamp\www\magento\app\code\core\Mage\Eav\Model\Entity\Abstractold.php on line 28
[0] in include("D:\wamp\www\magento\app\code\core\Mage\Eav\Model\Entity\Abstractold.php") in D:\wamp\www\magento\app\code\core\Mage\Core\functions.php on line 44
[1] in __autoload("Mage_Eav_Model_Entity_Abstractold") in D:\wamp\www\magento\app\code\core\Mage\Catalog\Model\Entity\Abstract.php on line 27
Also I checked the demo store and in the admin products page, I wasnt able to locate the prices tab? Has that been relocated to new place?
Thanks
|