ElkArte Community

Elk Development => Feature Discussion => Exterminated Features => Topic started by: TE on June 19, 2013, 01:49:23 am

Title: Registration broken
Post by: TE on June 19, 2013, 01:49:23 am
Sorry, just reporting this (I'M busy right now, thus no time to find a valid fix):
the registration is currently broken on elkarte.net.
http://www.elkarte.net/index.php?action=register results in "Wrong value type sent to the database. Array of integers expected. (current_filter)"

Edit: quick debuggin:
private function _loadAntispamQuestions($filter = null)
$filter['type'] is set, but the value is empty
Array ( [type] => id_question [value] => Array ( ) )

Temporary fix (for this site) would be to disable the custom anti spam questions.
Title: Re: Registration broken
Post by: testuser on June 21, 2013, 09:04:22 pm
This was fixed the other days.
/me looks at self.
works!

Thank you for reporting!
Title: Re: Registration broken
Post by: TE on June 22, 2013, 09:28:55 am
Thank you  :)