You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi guys,
I have a user with a problem logging into his cart account, when he clicks the 'send password' link the cart shows an error. Is it possible for me to force sending of his current password or to reset to a default password?
Thanks in advance.
RobH
Offline
You may change the password in admin under Home > Hybrid X Core > User Accounts: Users, User Groups and Affiliate Payments > Manage User Accounts
Offline
I did try this but assumed it must have been looking for a hash or something - it came back with the same error. I've now deleted the customer account and asked him to recreate it or guest checkout. Maybe some type of corruption?
Cheers
H
Offline
In admin the password is entered in plain text. It's hashed when it's updated in the DB.
Offline
Ok thanks Dave, like I said, I tried this and tried to login using the customer's email and the pass I'd just set, It came back with an error - something about not being possible and please try again later (!?).
Cheers
RobH
Offline
Hi Guys,
This has just happened again, I'm unable to manually set a password via khxc user admin and then login using the new credentials, it just doesn't accept it. I suspect something is preventing ccp from updating the khxc database, this would possibly agree with some other minor problems I've found. Could this be a permissions issue? I'm using SQL Express 2005 on a Windows 2003 web edition server. All permissions were default when the installation was made.
The only option I currently have is to delete the user account and ask them to make it again.
Cheers
H
Offline
If it were a permissions problem almost nothing would work including ordering. SQL Express 2005 is not a supported database engine in CCP which may explain the problems you are having.
Offline
Hi Dave, thanks for the reply.
When you say 'unsupported' do you mean untested or that there are known issues which make SQL Express unsuitable? If this is an inherent problem with SQL Express I'm obviously going to need to change to another version, is there an alternative open source/free option? Before I proceed I need to be reasonably certain that the problem is SQL Express.
I guess the next question will be 'is it possible to change the SQL database engine without reinstalling the cart?'.
Cheers
H
Offline
Not tested and we have no idea if it would be suitable for CCP. From the sounds of it the answer is probably not. The majority of folks using CCP use MySQL.
The DB itself would have to be loaded from scratch unless you can find something that will copy data from SQL Express over to MySQL or whatever database you choose. For things like your products and categories you should be able to export them as CSV files and import them again after changing DB engines.
Offline
Ok, thanks Dave, I don't need to move much data other than customer data, I only use CCP for its 'remoteadd' facility hence I have no categories or products to migrate.
The error is of the type 'Cannot use object of type KHXCerror as array'
I went for SQL Express for 'convenience' as I'd never worked with an SQL dbase before and SQL Express was preinstalled as default software on my hosted dedicated server. Couldn't find a suitable download of MySQL that I didn't have to pay for. Oh well, you live and learn I guess...
Cheers
H
Offline
Everything MySQL is free. The only things they actually sell are support agreements. Probably 98.726% of the world uses MySQL mainly because it is free
Offline
Hmm...just done a bit of research and it appears that SQL Express offers the same basic functionality and uses the same syntax as MS SQL, the only difference being limitations to performance and database size (4GB). There is nothing to suggest that if CCP works with MS SQL it won't work with SQL Express.
I reckon the error that I'm getting when trying to import a .csv into khxc is the key to all my problems.
Cheers
H
Offline
Well I guess that's good news for you then. You might want to consider moving to MySQL as support for MS SQL is not present in CCP version 7. It's very limited use and restrictions prompted us to remove it from the supported list of DB engines.
Offline
I have forgotten e-mail address for admin login. How can I retrieve it!
Offline
If you can get into your private_directory you can look in the config.php file which would contain the information as long as you did change it in ccp's admin or you can look into the database through something like phpadmin and check the user table for your informtion.
John
Offline