Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
UPDATE LUM_User
SET Icon = "your/default/icon.png"
WHERE Icon IS NULL;
ALTER TABLE LUM_User
ALTER Icon DEFAULT "your/default/icon.png";
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT "http://m...' at line 2ALTER TABLE `LUM_User`
CHANGE `Icon` `Icon` VARCHAR( 255 ) NULL
DEFAULT 'http://wallphone.com/favicon.ico' 1 to 14 of 14