Author |
Topic |
|
CalloftheHauntedMaster
Junior Member
289 Posts |
Posted - 09 December 2005 : 17:01:48
|
Hey, I'm installing Davio's 3.4 poll mod and when I try to read a topic, I get this error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/bbs/topic.asp, line 1129
Response.Write " <td valign=""top"" height=""100%""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & vbNewLine ----------------^
What's it mean? |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
|
Zuel
Average Member
USA
540 Posts |
Posted - 09 December 2005 : 17:37:33
|
That line looks fine.
The line before may have this at the end of it.
& vbNewLine & _ If it does, then change it to:
& vbNewLine
|
My Completed Mods: News Mod | Zuel's Avatar Add-on In Development: World of Warcraft Member Roster | [C# Based Forum]
Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.
MSN / E-Mail: ucyimDa_Ruler@Hotmail.com
Personal Bookmarks: How to work a DBS File
|
|
|
CalloftheHauntedMaster
Junior Member
289 Posts |
Posted - 09 December 2005 : 17:46:28
|
Ok, and another problem I'm having. I installed everything for the poll mod. The images, the codes, the database etc. However, what does Davio mean when he says to go to setup.asp and run the variables?
Also, after installing it, I see two "New Topic" options in every forum, instead of one and the polls don't work. |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 09 December 2005 : 18:22:47
|
Run the variables - means to tell them to get up and get moving and not sit around and do nothing.
There were a few cases when persons installed the poll mod, the global variables for the poll mod were not initialised or started. Even though they were in the config.asp file. Going to setup.asp would read all the variables from the config.asp and put there values in them. Basically making them available.
Check your topic.asp file. You can do a search for "New Topic" to see where you mistakenly added the poll mod code to your existing code, instead of overwriting your existing code with the poll mod code.
If you can't find it, post a link to a txt version of your topic.asp file, so someone can help you. |
Support Snitz Forums
|
|
|
CalloftheHauntedMaster
Junior Member
289 Posts |
Posted - 09 December 2005 : 18:43:37
|
I probably did paste the poll code an extra time instead of overwriting something but I checked the whole file twice and mine looks just like your example code.
Anyways, here's the applicable piece of code (I think) from my topic.asp file. I've highlighted each place where the New Topic appears.
Code removed - Davio |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 09 December 2005 : 19:33:15
|
As I mentioned in my last post, if you can't find it, post a link to a txt version of your topic.asp file, so someone can help you. |
Support Snitz Forums
|
|
|
|
Topic |
|