Skip to main content
Topic: Member group Icons (Read 2794 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Member group Icons

I was changing the default ones with new ones. I am able to change them all expcept the newbie rank. I keep getting this error

QuoteThe database value you're trying to insert does not exist: subs_description

Re: Member group Icons

Reply #1

I think that this bug is connected to one I reported: http://www.elkarte.net/community/index.php?topic=1968.0

Try this fix from emanuele:
File: sources/subs/Membergroups.subs.php
Code: (Find) [Select]
$values['subs_' . $name] = Util::htmlspecialchars($value);
Code: (Replace with) [Select]
$values['subs_' . $name] = Util::htmlspecialchars((string) $value);

Re: Member group Icons

Reply #2

Worked like a charm thank you.

Re: Member group Icons

Reply #3

Yep... but will be fixed in 1.0.1.

 emanuele goes track this in the "known bugs" as well.
Bugs creator.
Features destroyer.
Template killer.