Member group Icons September 13, 2014, 12:18:31 pm I was changing the default ones with new ones. I am able to change them all expcept the newbie rank. I keep getting this errorQuoteThe database value you're trying to insert does not exist: subs_description
Re: Member group Icons Reply #1 – September 13, 2014, 12:22:57 pm I think that this bug is connected to one I reported: http://www.elkarte.net/community/index.php?topic=1968.0Try this fix from emanuele:File: sources/subs/Membergroups.subs.phpCode: (Find) [Select]$values['subs_' . $name] = Util::htmlspecialchars($value);Code: (Replace with) [Select]$values['subs_' . $name] = Util::htmlspecialchars((string) $value);
Re: Member group Icons Reply #3 – September 13, 2014, 01:34:30 pm Yep... but will be fixed in 1.0.1. emanuele goes track this in the "known bugs" as well.