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 ...installwizard Object Expected error line 107installwizard Object Expected error line 107
Previous
 
Next
New Post
10/17/2007 6:06 PM
 

I am trying to install DNN to the local file system on a Windows XP computer. The database is a remote SQL Server 2000 on Windows 2000, which is setup in the web.config file in 2 places. I have created it according to instructions on the SQL Server box and am using windows authentication. I know I can connect to the database as I tested it with a connection in another project, so that shouldn't be an issue.

I've tried this twice now using two new websites and two new databases, same error on both.

When I click Ctrl+F5 to install, It asks me how I want to do it, the first time I said custom, the second typical. Both ask about the SQL Server connection and then it goes to the screen where it says it is installing the scripts and the next button won't display until it is complete.

I wait a long time, even after the next button displays becuase the red bars are still moving and I'm unsure. But eventually, I click the Next button...

On both I get the script error on page:

Line 107
char 13
error: Object expected
Code: 0
URL: http://localhost:3096/DNN2_VB/Install/InstallWizard.aspx

When I copy the HTML source to my visual interdev editor and go to line 107, this is line 107:

>>$('txtFeedback').value += s;

It is in the ReportAction function.

At this point, I check my SQL Server database created and there is one new table added: Version

And 3 stored procedures: FindDatabaseVersion, GetDatabaseVersion, UpdateDatabaseVersion

On the first install. I exited the screen, went back to the project and hit Ctrl+F5 again to start it from where it left off. But it gave me errors that a stored procedure was missing. So I suspect I have to get past this first javascript error.

Any suggestions? thanks in advance!

Moondust

P.S. when I use the Insert Smiley button below when filling out this particular forum form, I get an error message about debug errors being turned off, etc. and it doesn't allow insertion of smileys.

 

 

 
New Post
10/17/2007 7:04 PM
 

Oh, the error when "starting over" with a Ctrl+F5 on the same project is this:

The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.

 
New Post
11/13/2007 4:08 PM
 

Have you found any resolution on this?  I'm running across the same problem.

Thanks,

Alan

 
New Post
11/27/2007 7:52 PM
 

I'm having the same problem as well. I've tried deleting the database, deleting the entire DNN solution, and reinstalling.. to no effect. This has happened on two different machines.

Is there any way to manually run the database creation scripts to finish the install?

 
New Post
11/27/2007 8:30 PM
 

moderator - this is an update to my previous post. Feel free to consolidate. (btw - moderated forums suck)

I fixed the initial javascript error by changing the following: 

 

$('txtFeedback').value += s; 

to this:  

document.getElementById("txtFeedback").value += s;

Now the textarea gets updated with the text "Installing Database - Version 4.4.0...", but the installer hangs after that and there is another "Error on page" warning. This time, the javascript error is as follows:

Line:  88, Char: 13, Error: 'dnn' is undefined

So apparently the problem is that the dnn object in dnn.js is not being loaded. Which would also explain the first error, since the dnn object contains the $ shortcut function too.

I still don't know why it's not working, but I'll keep troubleshooting when I have time. It sure would be nice to get a response instead so I can get through the install and start using the product. It's strange that such a small number of developers would report what seems to be a showstopper error in the installer. If anyone has any insight on why this is occurring, it would be appreciated.

 

(By the way, the version I am installing is 4.7.0. I assume that the "Installing Database - Version 4.4.0.." message is by design, but who knows. Maybe it's an indication of a corrupted install package? I got it from the usual SourceForge download linked off the main DNN site)

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...installwizard Object Expected error line 107installwizard Object Expected error line 107


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