4.5.4 - anyone else having this problem?
Last Post 06/06/2008 1:19 PM by JR. 20 Replies.
Author Messages
tpm
Nuke Newbie
Nuke Newbie
Posts:9


--
07/24/2007 8:01 PM  
In Admin>User Accounts>Manage Profile Properties>Add New Profile Property in 4.5.4., the combobox dropdown for Data Type is not available. In it's place, it just has the text "AD". This affectly means that I can't create new profile properties. I don't remember this issue in 4.5.3.

Anyone else have this problem and if so, how did you fix it?
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
07/25/2007 8:57 AM  
not come across it yet, I'm just about to install 4.5.4. - Anyone experimented with 4.5.4 yet? has anyone heard of any other problems?
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
e on
Nuke Ace
Nuke Ace
Posts:42


--
07/27/2007 9:27 AM  
As far as i know this issue has been addressed in DNN 4.5.5 which was released in the last day or so. Check out the the change log for 4.5.5 for more details. Get a copy of v4.5.5 from the usual download page on the DNN mothership (http://www.dotnetnuke.com/tabid/125/default.aspx)

Eoghano
Michael Turnley
Nuke Newbie
Nuke Newbie
Posts:5


--
08/05/2007 6:48 PM  

I had the same problem and upgrading to  DNN 4.5.5-  this  allowed me to see the DataTypes list.

My issue is that when extendign the member profile proerties to create a custom registration form (as per your tutorial) whein I try to add a data type of "date" or "datetime" or "integer" (using either Host or Admin and the new DNN Profile Properties Editor only) it does not seem to accept this.

If I logout and attempt to register as a user I get the following error message (and no registration form is displayed):

"A critical error has occurred.
Object reference not set to an instance of an object."



Can someone please advise on how I can use these particular datatypes to alow users to enter dates, numbers or times?


2)

FYI: NOT SURE IF THIS IS RELEVANT AND WOULD LIKE TO KNOW IF IT IS AN ERROR I NEED TO FIX - & HOW!) but when upgrading from DNN 4.5.4 to DNN 4.5.5 using the DNN Version Upgrade file; I received the following notice:

--------------------------------------------------
Upgrading DotNetNuke
Current Assembly Version: 04.05.05
Current Database Version: 04.05.04 [ MY BOLDING]

Upgrade Status Report
00:00:00.031 - Upgrading to Version: 4.5.5
00:00:00.062 -   Executing Script: 04.05.05.SqlDataProvider Success
00:00:00.187 - Performing General Upgrades

Upgrade Complete

Click Here To Access Your Portal
--------------------------------------------------

All advice ans assistance welcome!

thanks
MikeT

Joseph Craig
DNN MVP
Posts:11667


--
08/05/2007 8:17 PM  
For #1: Please log in as site administrator and look at the Log Viewer. Click on the title of the error and you'll see some more details. Post them here and let us take a look at them.

For #2: You upgraded to 04.05.05. When you first go to the site, DotNetNuke recognizes that the database is the old version (-4.04.04). So, it upgrades the database to 04.05.05. The rest of the message tells you that was done successfully.

Joe Craig, Patapsco Research Group
Complete DNN Support
Michael Turnley
Nuke Newbie
Nuke Newbie
Posts:5


--
08/05/2007 11:13 PM  
Hi Joe

Thanks for the prompt response. Herewith the ERROR REPORT  requested for issue 1:


  8/6/2007 9:10:47 AM   Page Load Exception       AssemblyVersion: 04.05.05; PortalID: 0; PortalNa ...
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: Workforce Connections
UserID: -1
UserName:
ActiveTabID: 36
ActiveTabName: Home
RawURL: /Home/tabid/36/ctl/Register/Default.aspx?returnurl=%2fDefault.aspx%3ftabid%3d36%26error%3dObject%2breference%2bnot%2bset%2bto%2ban%2binstance%2bof%2ban%2bobject.
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.workforceconnections.com...%2bobject.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 5c33bc27-6893-4624-88ef-5a4aac9e10f7
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.UI.WebControls.DateEditControl.get_Format
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.WebControls.DateEditControl.get_Format() at DotNetNuke.UI.WebControls.DateEditControl.get_StringValue() at DotNetNuke.UI.WebControls.DateEditControl.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: VPS110
Look forward to my continuing education!

Re Issue 2 - THANKS FOR EXPLAINING HOW THAT WORKS!

MikeT @ RamJammas
Joseph Craig
DNN MVP
Posts:11667


--
09/13/2007 11:56 AM  
MikeT or anyone ...

Did you solve this problem?  I'm having this same issue on a site that I'm helping to develop.

Joe Craig, Patapsco Research Group
Complete DNN Support
Joseph Craig
DNN MVP
Posts:11667


--
09/13/2007 12:05 PM  
I found (from the DNN Forums) that this was caused by a custom profile property "Birthdate" set to type datetime.  Removing the custom property rectified the error.

Still, I'd like to have Birthdate as a datetime value ...

Joe Craig, Patapsco Research Group
Complete DNN Support
desimack
Nuke Newbie
Nuke Newbie
Posts:1


--
09/13/2007 3:30 PM  
Hi Joe,

Then how do you remove this custom property?

LB
Joseph Craig
DNN MVP
Posts:11667


--
09/13/2007 5:46 PM  
You can delete or edit the Profile from the Manage Profile Properties link that lives at the bottom of the Users page when you are logged in as host or admin.

In my case, I changed the property from datetime to text. 

Joe Craig, Patapsco Research Group
Complete DNN Support
Michael Turnley
Nuke Newbie
Nuke Newbie
Posts:5


--
09/13/2007 8:03 PM  

Hi Joe

No, I never found a solution to this issue and also used a text rather than datetime.

I did send a query about this to Joe Brinkman at DNN, who said he would investigate but I have had not response to date.

MikeT

Joseph Craig
DNN MVP
Posts:11667


--
09/13/2007 8:07 PM  
Clearly datetime is the problem ...

Joe Craig, Patapsco Research Group
Complete DNN Support
JR
Nuker
Nuker
Posts:16


--
05/29/2008 12:31 PM  
Does anyone have an answer for the custom field in Manage Profile where the data type is DATE?
I have to add a field called Hire Date and I get the exact error Ramjammas was getting way back in 06 Aug
2007. Any help will be greatly appreciated.

Thanks,
Joseph Craig
DNN MVP
Posts:11667


--
05/30/2008 8:23 AM  
Which version of DotNetNuke are you using?

Joe Craig, Patapsco Research Group
Complete DNN Support
JR
Nuker
Nuker
Posts:16


--
05/31/2008 8:54 AM  
joe, thank you for the quick response. i have version 04.05.05. i also notice that my default setting for the Country field does not stick even after i've set the default as united states. any help on these two items will be greatly appreciated.
Joseph Craig
DNN MVP
Posts:11667


--
05/31/2008 10:43 AM  
I just added a "Birthdate" field to a 4.8.x site without problem. So, I'd recommend that you upgrade to the most recent version, 4.8.3.

Joe Craig, Patapsco Research Group
Complete DNN Support
JR
Nuker
Nuker
Posts:16


--
06/04/2008 5:42 PM  
I will try that Joe. Meanwhile I would like users who login to my site to only use a-zA-Z0-9 (alpha numeric only, no special chars) for their password. How would I go about doing this in DNN 4.05.05? Also how would I force about 1300 users to change their password after they log in for the first time to the site without having to do this one user at a time? Any help with these two questions will be greatly appreciated. Thanks.
Joseph Craig
DNN MVP
Posts:11667


--
06/04/2008 5:58 PM  
I'm not sure why you would want to prevent users from using special characters in their passwords. You can do the alternative which is to require numeric or non-alpha characters.

As for forcing everyone to change their passwords, you can run a SQL query on the Users table:

Update Users
Set UpdatePassword = 1

That will do it.

If you aren't used to SQL, the last two issue of DNNCreative will teach you how to do all of this.

Joe Craig, Patapsco Research Group
Complete DNN Support
JR
Nuker
Nuker
Posts:16


--
06/05/2008 1:13 PM  
Joe i have to correct myself here.  I have to prevent the users from using special  characters (well actually space " ") in their username, not their passwords.  Can this be done?
Joseph Craig
DNN MVP
Posts:11667


--
06/05/2008 10:21 PM  
Aha!

I'm not aware of anything in the code that would prevent this.

I'd guess that you probably could do something like that with DataSprings Dynamic Registration module, mostly guessing because you can do so much with it ...

Joe Craig, Patapsco Research Group
Complete DNN Support
JR
Nuker
Nuker
Posts:16


--
06/06/2008 1:19 PM  
I'm considering DataSpring but may not have time to 'learn' it before Monday June 9. Maybe an email asking them not to use space " " in their username is what I can do for now until I get used to DataSpring. Thanks again Joe.


---