Posts Tagged ‘Magento Commerce’

Magento 1.4 upgrade - Missing Yesnocustom.php

After upgrade from 1.3.2.4 to 1.4.0.1 using MagentoConnect we got exception in Admin/System page.
After checks we have figured out that the file was missing in upgrade package for Magento Core Modules.
File was used by system.xml located in Mage/Core/etc/.
In order to fix this you have to download Magento package 1.4.0.1 from website and add missing file [...]

Magento :: Invalid mode for clean() method

After upgrade Magento to 1.4.0.1 I’ve got such an error.
The problem is that Varien did not managed to add removal deprecated code/files which overrides Zend’s code.
In order to fix this problem you have to remove folder:
app/code/core/Zend/Cache

Magento As Development Platform

My company just got new project making enhanced auction platform.
Requirements are very complex - lot of use cases.
Architecture discussed and clean, the problem is technology. .NET/MSSQL vs PHP/MySQL.
Client likes cheaper solution, but it depends. Here we have two criteria - expenses on development and expenses on support and hosting.
.NET development will not take so much [...]