Registering MOHO 12 - Unable To Register -How to Register

General Moho topics.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
DremondB
Posts: 11
Joined: Mon Nov 02, 2015 8:15 am

Registering MOHO 12 - Unable To Register -How to Register

Post by DremondB »

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. 8)

- Dremond
User avatar
synthsin75
Posts: 10253
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: Registering MOHO 12 - Unable To Register -How to Registe

Post by synthsin75 »

Often copying can catch and extra space character at the beginning or end.
User avatar
negroclarito
Posts: 135
Joined: Sun Feb 28, 2010 6:38 am

Re: Registering MOHO 12 - Unable To Register -How to Registe

Post by negroclarito »

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. :D
emartin
Posts: 128
Joined: Wed Aug 24, 2011 7:47 pm
Location: Orlando, FL

Re: Registering MOHO 12 - Unable To Register -How to Registe

Post by emartin »

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. 8)
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.

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 Fri Sep 02, 2016 5:59 am, edited 1 time in total.
emartin
Posts: 128
Joined: Wed Aug 24, 2011 7:47 pm
Location: Orlando, FL

Re: Registering MOHO 12 - Unable To Register -How to Registe

Post by emartin »

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.
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.

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.
Post Reply