14déc/100
Magento : Undefined index after restore/moving site
If you have encountered an error like "Notice: Undefined index: 0 in .../app/code/core/Mage/Core/Model/Mysql4/Config.php on line 92" after moving a Magento installation or, like me, after restored a mySQL dump, here's my solution.
I used it much times and tested on 1.3.x and 1.4.x < 1.4.2
30avr/100
TYPO3 Referrer
If, as me, you've encountered some problems to log in to your TYPO3 installation from differents locations, by having the error message :
This host address ("******") and the referer host ("") mismatches!
The solution is to add the next line to your localconf.php :
$TYPO3_CONF_VARS['SYS']['doNotCheckReferer'] = 1;
