Author |
Topic  |
|
flier6
Starting Member
4 Posts |
Posted - 11 March 2006 : 17:28:06
|
I just installed the forum files but when I try to pull up the default.asp page in a browser, I get the following error msg:
HTTP 500.100 - Internal Server Error - ASP error Apache
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type: Sun ONE ASP VBScript runtime (0x800A0009) Subscript out of range inc_iconfiles.asp, line 156
Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Page: GET /forum/default.asp
Time: Saturday, March 11, 2006, 5:17:47 PM
More information: Sun ONE Active Server Pages Support
Here's the line the error msg refers to:
150 function getCurrentIcon(fIconName,fAltText,fOtherTags) 151 if fIconName = "" then exit function 152 if fOtherTags <> "" then fOtherTags = " " & fOtherTags 153 if Instr(fIconName,"http://") > 0 then strTempImageUrl = "" else strTempImageUrl = strImageUrl 154 tmpicons = split(fIconName,"|") 155 if tmpicons(1) <> "" then fWidth = " width=""" & tmpicons(1) & """" 156 if tmpicons(2) <> "" then fHeight = " height=""" & tmpicons(2) & """" 157 getCurrentIcon = "<img src=""" & strTempImageUrl & tmpicons(0) & """" & fWidth & fHeight & " border=""0"" alt=""" & fAltText & """ title=""" & fAltText & """" & fOtherTags & " />" 158 end function |
Edited by - flier6 on 11 March 2006 17:31:15 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
flier6
Starting Member
4 Posts |
Posted - 11 March 2006 : 18:51:50
|
The problem is, there are 2 strConnString lines to choose from:
strConnString = "driver=MySQL;server=mysql.topbusinesswebsites.com;uid=****;pwd=***;database=***" '## MySQL w/ MyODBC v2.50 'strConnString = "driver={MySQL ODBC 3.51 Driver};option=4;server=mysql.topbusinesswebsites.com;user=****;password=***;DATABASE=****;" '##MySQL w/ MyODBC v3.51
Before, I had selected the first one so there wasn't any place to change the Option number. When you directed me to that other thread, I changed to the 2nd one that DOES have the option and changed it to the value suggested, but now I get a new error message:
The database could not be opened !! Check your config.asp file and set the strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
Code : 80004005
Error Description : SQLState: S1000 Native Error Code: 1045 [TCX][MyODBC]Access denied for user: 'root@cluster01.ahp01.lax.affinity.com' (Using password: YES
When I change back to the first one, at least I get the msg that says:
Congratulations!! The forum setup has been completed successfully.
But I still get the original error msg when I point my browser to default.asp
Thanks for your help. |
Edited by - flier6 on 11 March 2006 18:53:08 |
 |
|
flier6
Starting Member
4 Posts |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
flier6
Starting Member
4 Posts |
Posted - 11 March 2006 : 21:40:29
|
Wow, that did it! Thanks |
 |
|
shayluv4u2
Starting Member
USA
4 Posts |
Posted - 19 March 2006 : 12:38:34
|
I was having the same issue, but those changes didnt help me. I am running on SQL with ASP.net and the ASP option is on. I had the snitz installed once, had to remove and start fresh to appy a certain Portal MOD. The help there informed me that I needed to start with a clean snitz install. Reluctantly, I removed the forum to start again because I had already made changes to the forum once the install was complete. Now that I have restarted anew I can't get past the setup.asp page that says congratulations...blah blah bal. I am getting a Page Cannot be Found error in the browser when I click on the 'Click here to go to the forum.'
Please assist if you can ... Shay |
"CANI- Constant and Neverending Improvement" |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 19 March 2006 : 13:11:35
|
Yours is a different problem, you should have started a new topic. Make sure you have uploaded default.asp. It's either not on the site or it became corrupted after being uploaded. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
shayluv4u2
Starting Member
USA
4 Posts |
Posted - 19 March 2006 : 13:26:42
|
Ok thanks... I will try that. It is on the server, but I will get it again from the zip file fresh, update and reupload. I'll let you know how it goes. Thanks |
"CANI- Constant and Neverending Improvement" |
 |
|
|
Topic  |
|