Web development

November 26, 2010

Magento problems: General error: 1005

The exact error I kept getting was: exception ‘Zend_Db_Statement_Exception’ with message ‘SQLSTATE[HY000]: General error: 1005 Can’t create table ‘xxx catalog_category_flat_store_1.frm’ (errno: 150)’ in xxx/lib/Zend/Db/Statement/Pdo.php:234 The solution […]
February 17, 2010

Jquery Regex Validation

A quick post about validating anything you want using regex. I used it in a project that created forms on the fly, so validations like email, […]