Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Object reference not set to an instance of an object ?Object reference not set to an instance of an object ?
Previous
 
Next
New Post
1/11/2007 9:09 AM
 
Hey People.



I just ran in a very serious problem. Check my website, www.naatepaak.net

Whenever I try to access my website i get this error in browseradress-field:

http://naatepaak.net/Default.aspx?tabid=36&error=Object+reference+not+set+to+an+instance+of+an+object.&content=0


This happend only after my host provider had a huge breakdown on their servers, they have done some work but not related to my dnn site.... they say....

They cant find anything wrong, and I know they have done something related with my application since my site is down.

What can it be? I hope you can help.

Thanks Alot.
 
New Post
1/11/2007 11:31 AM
 
It could be any number of things, but I'd start by seeing if they deleted your DLLs from the bin directory

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
1/11/2007 2:31 PM
 
christoc wrote
It could be any number of things, but I'd start by seeing if they deleted your DLLs from the bin directory


Thanks for your answer. I looked in my bin folder and all files is there...

I recently installed a module called "evotiva backup script" maybe this module is causing some sort of problem. ?

If I delete it from the bin folder and the modules folder, would it have an effect? or is it just worser?
 
New Post
1/11/2007 9:22 PM
 

I don't know anything about the evotiva backup script, so I can't help you with that one.

Are you able to access any other pages, perhaps, besides just the default homepage? try putting ?tabid=37 or something in your URL to see if another page will load.


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
1/11/2007 10:28 PM
 

If you have access to the SQL Server database using Sql Server Studio Management, etc. open the table {databaseOwner}{objectQualifier}EventLog where {databaseOwner} and {objectQualifier} should be replaced with the values appropriate for your instalation (dbo. and DNN_  respectively in the default instalation) and look at the most recent entries.  You should be able to pick out the ModuleId, error Message, etc. from the xml serialized LogProperties column. Sometime's its helpful to copy a few of the values in this column into Notepad or other text editor to make reading the long text strings easier.  Alternatively, you could run the following simple query:

SELECT TOP 10
   LogTypeKey,
   LogCreateDate,
   LogProperties
FROM dbo.DNN_EventLog
WHERE (LogTypeKey='MODULE_LOAD_EXCEPTION') or (LogTypeKey='PAGE_LOAD_EXCEPTION')
ORDER BY LogCreateDate DESC

If you need help in understanding the error messages, let us know.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Object reference not set to an instance of an object ?Object reference not set to an instance of an object ?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out