I decided to install Magento on (mt) gs again as a new client is with (mt) and I hate to tell him to switch webhost, and here I got some findings.
Lite version seems to be working fine, so far haven’t encounter any error in admin. It’s hard to tell with the frontend though as there isn’t much to click.
I also installed a full version on another subdomain, and is encountering the very same problem I had before, in frond and admin “exception ‘Mage_Eav_Exception’ with message ‘Invalid attribute requested:....”
These are the errors in the front:
app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(387): Mage::exception(’Mage_Eav’, ‘Invalid attribu...’)
app/code/core/Mage/Wishlist/Block/Links.php(53): Mage_Eav_Model_Entity_Collection_Abstract->addAttributeToSelect(’name’)
app/code/core/Mage/Wishlist/Block/Links.php(68): Mage_Wishlist_Block_Links->getWishlist()
app/code/core/Mage/Core/Model/Layout.php(404): Mage_Wishlist_Block_Links->addWishlistLink()
app/code/core/Mage/Core/Model/Layout.php(314): Mage_Core_Model_Layout->_generateAction(Array, Array)
app/code/core/Mage/Core/Model/Layout.php(306): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
and more…
Still the mySQL version issues? Wonder if they can be ignored, if thing doesn’t break in Lite version.