Exclusive eBooks, Software Solutions, Quality Guaranteed
Web NukeBiz
Welcome to NukeBiz · Members
Amazon
show cart or checkout0 items
Cart Value: 0.00


ForumsPlus » DragonflyCMS Projects » AccountPlus » password recovery?
password recovery?
Upgrade of Your Account module.
Post new topic    Reply to topic    Printer Friendly Page     Forum Index »  Community » AccountPlus

View previous topic :: View next topic  
Author Message
n6aq
New Poster
New Poster

Offline Offline
Joined: Jun 30, 2010
Posts: 1

PostPosted: Wed Jun 30, 2010 5:35 pm
Post subject: password recovery?

Hi Phoenix, I am getting this error, I updated the latest account plus and have the latest DF. This happens when someone attempts a password recovery. The email gets sent with a new password but it does not work.

Thanks and awesome job on this.

Frank

Quote::
On /Your_Account.html
While executing query "INSERT INTO cms_users_pass
(id, user_id, username, user_email, user_password, time)
VALUES
(DEFAULT, '2', 'N6AQ', 'n6aq@hillcountrydx.com', '8fd6c28d16c0b48baf92fe6c44d83cc8', '1277973313')"

the following error occured: Table 'hillcoun_cms.cms_users_pass' doesn't exist

In: /home/hillcoun/public_html/modules/Your_Account/index.php on line: 105

This is the error I get when trying to recover my username.

Quote::
On /Your_Account.html
While executing query "INSERT INTO cms_users_pass
(id, user_id, username, user_email, user_password, time)
VALUES
(DEFAULT, '2', 'N6AQ', 'n6aq@hillcountrydx.com', '7e0a74f247d6aead9e4bf0e1a04da1d2', '1277973683')"

the following error occured: Table 'hillcoun_cms.cms_users_pass' doesn't exist

In: /home/hillcoun/public_html/modules/Your_Account/index.php on line: 105

This is the section of the code I think its pointing to.

Quote::
# Next step: add the new password to the temporary database
$query = "INSERT INTO ".$user_prefix."_users_pass
(id, user_id, username, user_email, user_password, time)
VALUES
(DEFAULT, '$row[user_id]', '$username', '$row[user_email]', '$cryptpass', '".gmtime()."')";
if (!$db->sql_query($query)) { cpg_error(_UPDATEFAILED); }
cpg_error(_PASSWORD4." $username "._MAILED, _TB_INFO, getlink('&lost_username='.$username));
} elseif ($row['user_level'] == 0) {
cpg_error(_ACCSUSPENDED);
} elseif ($row['user_level'] == -1) {
cpg_error(_ACCDELETED);
}
}


n6aq's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
win7,5.2,4.?,9.1.2
Back to top
View user's profile
Phoenix
Chairman
Chairman

Offline Offline
Joined: Mar 18, 2004
Posts: 1420
Location: Netizen
PostPosted: Sat Jul 10, 2010 1:34 am
Post subject: Re: password recovery?

Did you upgrade the module so that the extra table could be installed?

_________________
DonationsPro for vBulletin, SMF, MyBB, DragonflyCMS


Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / 2.2.21 / 5.0.92 / 5.2.17 / 10.0.5
Back to top
View user's profile Visit poster's website ICQ Number Yahoo Messenger Photo Gallery
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index »  Community » AccountPlus
Page 1 of 1
All times are GMT



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum