This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
mojo Version: mojoPortal-2-2-9-2 2/26/2009
When changing the site skin I keep getting the error "Minimum Password Non-Alphanumeric Characters Required must be an integer."
It seems the "Minimum Password Non-Alphanumeric Characters Required" has a default value of 'ad' for some reason.
I could not replicate this problem, but in the new release 2.2.9.5 I made sure that there is an integer default on that field.
Hope it helps,
Joe
I have also noticed this error. Except, the default value that appears is "da", not "ad". This could just be a conincidence but "da" is the variable name in code for the "data adapter" objects.
I am using MySQL and as far as the version of mojoPportal, I have the latest code as of about last week. The site is being hosted on Win2k3.
I am able to consistently reproduce this error as I was previewing all of the various skins.
Hope this helps.
David
I've changed to a safer int.tryParse instead of .parse to try and prevent this but it has not happened for me. Not sure if the change is in trunk yet but will be soon if not.
Best,