I have a 'test' development website which consists of a few pages. Each page within the website uses a different skin...a few of which I downloaded from Nin's XD site (http://www.xd.com.au), and a couple others that I created myself.
The ones that I download from Nina's website work perfectly! The problem is with my skins.
I have a login link on each skin, which a user can use to login. The link takes the user to the login page. This is where my problem is, once you are on a page and click "Login" nothing happens...you just stay on the same page (the user is not taken to the login page). I did notice an error message in the URL after the Login link is clicked, and it looks like this:
.../Default.aspx?tabid=54&error=Object+reference+not+set+to+an+instance+of+an+object.
Here are some snippets from my skin source code:
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<dnn:LOGIN runat="server" id="dnnLOGIN" />
The strange thing is that the Logout link works. So if I go to one of the pages that is using Nina's Skins I can Login...and once logged in I can go back to the page which is using my custom skin, and I can see that the text has changed from Login to Logout, and when I click on the Logout link, it works...I am successfully logged out of the site.
If anyone has any advice, can point me in the right direction, or knows what I'm missing, I'd greatly appreciate your assistance. Thanks.
-Doug