Author |
Topic |
|
richfed
Average Member
United States
999 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 28 January 2004 : 07:16:51
|
The problem is that you are using an already modded forum. My inc_func_common.asp is not that long. Please post a link to a text version of your inc_func_common.asp. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
richfed
Average Member
United States
999 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
richfed
Average Member
United States
999 Posts |
Posted - 29 January 2004 : 04:41:59
|
It happened on any page I tried to access ...
I reverted back to my previous files to get the forum back up. Let me take another look at this and see what happens. It is very possible I goofed - though the MOD is so easy to install I can't see how, but ... stranger things have happened!! |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 29 January 2004 : 05:18:30
|
Can you post a link to a text version of that inc_header.asp? The problem I was suspecting was that, if you started with the files you had after installing the first version of the mod, the statement that sets a value to strScriptName might have been forgotten. I see no reason for the changes to interfere with that function where the error was ocurring, and no one else reported the same error (it did not occur for me, either). |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 29 January 2004 05:26:06 |
|
|
richfed
Average Member
United States
999 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 30 January 2004 : 05:52:02
|
As I suspected (I was right on the money ), you missed this line, that should be present at line#74, inc_header.asp:
strScriptName = request.servervariables("script_name")
This should be present as well in inc_header_short.asp.
The readme file has the code for both files (with the relevant lines), as they should look after the mod has been added. You should make sure your files look like what is shown in the readme file. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 30 January 2004 : 09:35:05
|
That line looks like this in inc_header_short.asp Rui:scriptname = split(request.servervariables("SCRIPT_NAME"),"/") It has the split command. |
Support Snitz Forums
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
richfed
Average Member
United States
999 Posts |
Posted - 31 January 2004 : 07:26:42
|
Yes, fellas, that did the trick. All functions properly now. Thank you! |
|
|
|
Topic |
|