Archive for the ‘Applications’ Category

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 and ExtJs

We are going to use in our huge auction project Magento Commerce Community edition.
http://www.magentocommerce.com/
Also decided to use ExtJs as user interface rendering engine.
http://www.extjs.com/
To work on server side objects without touching javascript code we decided to use PHP-Ext adapter.
http://php-ext.quimera-solutions.com/
Soon will drop about details. May be will publish Magento module as well.

Google Chrome focusing issue

Since Google Chrome lightest web browser (at least for me) I’m using it for surfing and when need to test same project using different accounts.
The good thing in such cases is Incognito mode since it’s allowing to have as many sessions as you need. Simply open new Incognito windows.
The problems that I experienced in Google [...]