- Dremond
Registering MOHO 12 - Unable To Register -How to Register
Moderators: Víctor Paredes, Belgarath, slowtiger
Registering MOHO 12 - Unable To Register -How to Register
If you receive the dreaded "Please re-enter a good serial number" for MOHO 12 - and can't register the program, here is what is needed to be done: Re-input the serial number by TYPING it in - for some reason it will not except a copy paste. Hopefully this will help avoid the frustration I encountered during set up.
- Dremond
- Dremond
- synthsin75
- Posts: 10362
- Joined: Mon Jan 14, 2008 2:20 pm
- Location: Oklahoma
- Contact:
Re: Registering MOHO 12 - Unable To Register -How to Registe
Often copying can catch and extra space character at the beginning or end.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
- negroclarito
- Posts: 140
- Joined: Sat Feb 27, 2010 9:38 pm
Re: Registering MOHO 12 - Unable To Register -How to Registe
In some cases you can copy and paste. In my job we use MOHO and we could copy and paste the serial number to get registered.
In the one I bought for home I had to write all serial number, even I got sure no space is when I copy. I already know that so when copy and paste and the software says the serial number is wrong, only need to tape it. That's it.
In the one I bought for home I had to write all serial number, even I got sure no space is when I copy. I already know that so when copy and paste and the software says the serial number is wrong, only need to tape it. That's it.
Re: Registering MOHO 12 - Unable To Register -How to Registe
Thanks for reporting, DremondB. There is nothing specifically in the code to prevent copy and paste, so synthsin75 is probably correct. The code should be made smarter to remove any excess whitespace on either end of the serial if it is not doing that.DremondB wrote:If you receive the dreaded "Please re-enter a good serial number" for MOHO 12 - and can't register the program, here is what is needed to be done: Re-input the serial number by TYPING it in - for some reason it will not except a copy paste. Hopefully this will help avoid the frustration I encountered during set up.![]()
I can understand your frustration. In my testing, I activate/deactivate the app a number of times a month always cutting and pasting. It is not fun if you are forced to manually enter it.
Last edited by emartin on Thu Sep 01, 2016 9:59 pm, edited 1 time in total.
Re: Registering MOHO 12 - Unable To Register -How to Registe
Hmmm. I copied spaces, tabs, and a newlines in the text field and I can't get it to duplicate in Moho 12.0. Looking at the code it does in fact try to remove all whitespace.emartin wrote:The code should be made smarter to remove any excess whitespace on either end of the serial if it is not doing that.
Are you maybe copying a period or a semicolon? Those will definitely trigger the validation error. The serial number should be 32 characters long and only consist of letters, numbers, and dashes.