jQuery error: this[0].ownerDocument is null
Recently I found a weird problem with my code. Firefox error console informed me that:
this[0].ownerDocument is null
and that this problem occurs on line 19 of the jquery.js.
Magento Error: Method Varien_Object::__tostring() cannot take arguments
If you encountered a bug in Magento that says:
Method Varien_Object::__tostring() cannot take arguments
and you have PHP 5.3 or newer then you have 2 options:
1) downgrade to PHP 2.9
2) fix the bugs