I am updating an old Joomla 1.5 site to 2.5. (old site:
www.p-m-a.at
)
I moved the page to a new server, and its domain is currently beta.p-m-a.at
My Problem:
When I register a new member through community-builder register page for a special cbsubs-plan (for example pma community = standard plan),
I get the activation link. Perfect.
But when I open the link, i have to choose my membership again (because the old one is expired). Strange.
I found the error (mysql.log of a registration):
Code:
137 Query UPDATE `pma_comprofiler`
SET `user_id`=18792,`firstname`='askljdf',`lastname`='lkj',`approved`=0,`confirmed`=0,`registeripaddr`='82.150.201.1',
`cbactivation`='reg29117017fd9c820c7173b86489904dd00e1b0353',`acceptedterms`=1,`cb_title`='',`cb_title2`='',`cb_sex`='_MALE',
`cb_privattel`='alskdfj',`cb_geburtsdatum`='2012-02-02',`cb_privatstrasse`='aölksdjf',`cb_privatplz`='aölskdfj',`cb_privatort`='90as9df',
`cb_countrylist`='Österreich',`cb_rechnart`='Privat',`company`='',`cb_branche`='',`cb_kommentar1`='' WHERE id='18792'
137 Query UPDATE `pma_cbsubs_subscriptions`
SET `replaces_plan`=NULL,`replaces_subscription`=NULL,`subscription_date`='2012-12-03 12:58:03',
`last_renewed_date`='2012-12-03 12:58:03',`expiry_date`=NULL,`autorenew_type`=0,`autorecurring_type`=0,`regular_recurrings_total`='0',
`regular_recurrings_used`=1,`previous_expiry_date`=NULL,`previous_status`='R',`previous_recurrings_used`=0,
`ip_addresses`='82.150.201.1',`status`='A',`user_id`='0',`plan_id`='12',`parent_plan`=0,`parent_subscription`=0,`integrations`='' WHERE id='18947'
You see, the user_id in the pma_cbsubs_subscriptions is 0. But I dont know why.
greetings