Author |
Topic |
spacenut
Starting Member
USA
2 Posts |
Posted - 06 August 2003 : 20:10:46
|
Hello all,
Tried to install this banner rotator, but I get the following error message. Any ideas?
Microsoft VBScript compilation error '800a0411'
Name redefined
/cgi-bin/forum/inc_iconfiles.asp, line 153
Const strIconBlank = "icon_blank.gif|15|15" ------^
Any info would be greatly appreciated. Regards, Bob
|
"Anyone have an extra Shuttle ticket for sale?" |
|
|
AWD_ENVY
Junior Member
103 Posts |
Posted - 07 August 2003 : 11:11:03
|
You have the "inc_Iconfiles.asp" included in the global scope of the page.
Find the improper offending "inc_Iconfiles.asp" include and remove it. |
Edited by - AWD_ENVY on 07 August 2003 11:11:15 |
|
|
dacumen
Starting Member
25 Posts |
Posted - 08 August 2003 : 17:43:19
|
I'm using the latest admin_image_rotator.asp file you linked and this is what I see in the banner add section:
Any ideas? Suggestions? As you can see, the submit buttons are missing from the bottom. How do I correct that? |
|
|
spacenut
Starting Member
USA
2 Posts |
Posted - 19 August 2003 : 02:56:20
|
Thanks Awd,
Got rid of the duplicate lines, no more errors in regards to getting the banner admin link on the main admin page. Now, when I click on the banner admin link, I get
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_IR_BA'. Make sure it exists and that its name is spelled correctly.
/cgi-bin/forum/admin_image_rotator.asp, line 45
One thing that may be a problem, I have quite a few mods installed, (serverhacker's version) so when the instructions state locate a particular line, it's most likely not where it state it is, or even there at all. I couldn't add the following to the inc_header.asp page;
Look now for the following line approx Line 313 " <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
You need to override this line with " <td valign=""top"" width=""25%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _ " <td valign=""top"" width=""25%"">" IRBrowserCheck() Response.Write " </td>" & vbNewLine & _
Is there a new zip file of the bannerad other than the one from the first topic? I see there has been several changes made, but not sure where to get all working info.
Thanks again for your help. Bob
|
"Anyone have an extra Shuttle ticket for sale?" |
|
|
Topic |
|
|
|