registration problem [Joomla 1.0.5 + CB 1.0RC2]

18 years 4 months ago #2971 by stevebor1
Replied by stevebor1 on topic Re:registration problem - NEW BUGFIX...
i switched from PHP mailfunction to sendmail and it seems to be working again.

I believe it was working with PHP-mailfunction before; is the a bug?

Karma Me Up!
File Attachment:


FITcommunity
Joomla! 1.0.12 - Community Builder 1.0.2 - Joomlaboard 1.1.2
Own Mods Featured Profile Mod
My Real Day Job
File Attachment:

Mobile Wallet and Social Lending, Anywhere!

Please Log in to join the conversation.

18 years 4 months ago #2976 by kej171
Replied by kej171 on topic Re:registration problem - NEW BUGFIX...
I installed the patch on an otherwise unchanged Joomla 1.0.5/CB 1.0RC2 system and everything seems to be working fine.
I am using php mail function and all registration e-mails are coming through OK.

Please Log in to join the conversation.

18 years 4 months ago #2978 by stevebor1
Replied by stevebor1 on topic Re:registration problem - NEW BUGFIX...
ok thanks

Karma Me Up!
File Attachment:


FITcommunity
Joomla! 1.0.12 - Community Builder 1.0.2 - Joomlaboard 1.1.2
Own Mods Featured Profile Mod
My Real Day Job
File Attachment:

Mobile Wallet and Social Lending, Anywhere!

Please Log in to join the conversation.

18 years 4 months ago #3006 by edenapple
Replied by edenapple on topic Re:registration problem - NEW BUGFIX...
Made the changes you listed in the post, all seems to be working perfectly!

Just to verify:

< $vars = $object->getPublicProperties();
<
< foreach ($vars as $k) {
< $v =& $object->$k;
< if (is_array( $v ) or is_object( $v ) or $v === NULL) {
---
> foreach (get_object_vars( $object ) as $k => $v) {
> if (is_array($v) or is_object($v) or $v === NULL) {
> continue;
> }
> if ($k[0] == '_') { // internal field

The getPublicProperties line...You did mean to REMOVE this and replace with the code right? As its not listed in your fix.

Thanks!

Post edited by: edenapple, at: 2005/12/30 19:20

Post edited by: edenapple, at: 2005/12/30 19:24

Please Log in to join the conversation.

18 years 4 months ago #3024 by vancanneyt
Replied by vancanneyt on topic Re:registration problem - NEW BUGFIX...
in the joomla svn they've fixed the problem
on following url you can see the changes that have been made:
developer.joomla.org/integration/viewcvs/viewcvs.cgi/branches/1.0/includes/database.php?r1=1440&r2=1582&rev=1582&system=exsy1002&root=joomla

grts sava

Dutch CB translator - tester

Please Log in to join the conversation.

18 years 4 months ago #3028 by SIGHUP
Replied by SIGHUP on topic Re:registration problem - NEW BUGFIX...
Yep confirmed this, did all steps forementioned and its working again. Never really had any of the big issues with 1.0.5 as others, but some registration problems and login problem existed.

Thanks for the patch. Now everything is under working order.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.429 seconds

Facebook Twitter LinkedIn