#2: Errors on Registration

15 years 9 months ago #67571 by ruigato
#2: Errors on Registration was created by ruigato
I got an error (i think):

Wen a user tries to register with an invalid email ("invalid" for example) the result is a blank error message (in IE) and a error output in the component area:

Warning: implode() [function.implode]: Bad arguments. in /home/removed/public_html/administrator/components/com_comprofiler/library/cb/cb.tables.php on line 1199


although this is not critical the result shoul be something like "Please enter a valid email adress"


another issue i notice regards the ajax username checker.
latin characters with ponctuation arent loaded corectly in the result data (é, ú, á, ã)

Post edited by: beat, at: 2008/07/06 23:18

ruigato.com

Please Log in to join the conversation.

15 years 9 months ago #67572 by nant
Replied by nant on topic Re:Errors on Registration
What do you get if you do a CB Tools -> db check?

Please Log in to join the conversation.

15 years 9 months ago #67573 by ruigato
Replied by ruigato on topic Re:Errors on Registration
all green exept this:
[code:1]
Warning: 53 entries in the core_acl_aro table without corresponding users table rows.

Following entries of core_acl_aro table are missing in users table: user id=64 (aro_id=12),
... ...

This one can be fixed in SQL using a tool like phpMyAdmin.[/code:1]

ruigato.com

Please Log in to join the conversation.

15 years 9 months ago #67581 by beat
Replied by beat on topic Re:Errors on Registration
Yes, bingo, we got first real bug of CB 1.2 RC 2, congratulations ! B)

Nothing very major, but it's a bug that will need a correct fix.

You can quick-fix it by changing on that line 1199:
[code:1] $this->_error = implode( '<br />', $this->_error );[/code:1]

by:
[code:1] if ( is_array( $this->_error ) ) $this->_error = implode( '<br />', $this->_error );
[/code:1]

Moving thread to confirmed issues as #2.

Thanks again for reporting.

Post edited by: beat, at: 2008/07/06 23:17

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

15 years 6 months ago #76054 by beat
Replied by beat on topic Re: #2 Errors on Registration
Thanks for reporting. :)

This issue has been addressed and fixed in Community Builder 1.2 RC 3, like all other known issues, and is available now for a last short rounds of live site testings, before CB 1.2 Stable release. :)

================= ISSUE FIXED ====================

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.219 seconds

Facebook Twitter LinkedIn