Author |
Topic |
ernieek
Starting Member
21 Posts |
Posted - 26 March 2006 : 11:27:53
|
Hello,
i have a little problem with this mod.
Everything is working fine, but when an user in not loged in en want to login on the myfiles.asp i have this error
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'sha256'
/inc_header.asp, line 148
On all other pages the users can login.
does anyone now what this error can be?< |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 27 March 2006 : 00:39:16
|
Looks like one of the includes aren't read, did you check your changes against the readme again? < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Stinger
Starting Member
USA
41 Posts |
Posted - 09 April 2006 : 02:35:23
|
It looks like the download link is dead. Can anyone put a working one, please? Or send me at stingnguyen@gmail.com . Many thanks!< |
Stinger >:) |
|
|
jwhite
New Member
51 Posts |
Posted - 16 July 2006 : 08:02:39
|
I just installed this mod and got the following error:
____________________________________________________________
Microsoft VBScript compilation error '800a0411'
Name redefined
/EKSiteMirror/DBConn.asp, line 12
Const adOpenForwardOnly = 0 ------^
Edit: The file that this error appears to reference is in the directory on the same level as the forum folder. It is part of the main site web page. _____________________________________________________________________
Any ideas?< |
Edited by - jwhite on 16 July 2006 08:06:55 |
|
|
Largo
Starting Member
Greece
16 Posts |
Posted - 25 February 2007 : 08:39:23
|
Hi guys.
Has any one collected all the fixes to a downloadable file ? I try to use that mod with Image Forums multilanguage forum, and i get all kind of problems (that i also read here). I got the download from snizbiz
Thanks
Costas< |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 25 February 2007 : 11:55:13
|
If you are trying to add it to Image's Forum, you might get better help at Image's website.... you're probably more likely to find someone who has run into this before.< |
|
|
Largo
Starting Member
Greece
16 Posts |
Posted - 26 February 2007 : 08:24:29
|
quote: Originally posted by AnonJr
If you are trying to add it to Image's Forum, you might get better help at Image's website.... you're probably more likely to find someone who has run into this before.
Just wondering why someone hasn't got all the fixes from here and there and put an updated mod. All the versions i have found are the original one, with missing & and all.
I'm using Image's multi version but i don't think there is anything different to do.
Thanks
Costas< |
|
|
JJenson
Advanced Member
USA
2121 Posts |
Posted - 26 February 2007 : 09:43:50
|
There are differences in the code for sure. If you look at any of images modded files and compare to the originals there are some smaller differences to make it work. I would recommend as well heading over there and asking if he knows. < |
|
|
lehuunghia
Starting Member
1 Posts |
Posted - 29 April 2007 : 19:03:13
|
Cannot upload any files larger that 800K. It runs for a while (90s)then show the page cannot be shown. Please help. Thank you.< |
|
|
benghazi
Starting Member
Bahamas
14 Posts |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 13 December 2007 : 12:50:44
|
You've already got a topic asking for help on this - and you are getting help there. Posting "I want help" in another topic isn't going to help...< |
Edited by - AnonJr on 13 December 2007 12:53:06 |
|
|
joern
Starting Member
3 Posts |
Posted - 26 March 2008 : 03:57:01
|
quote: Originally posted by ernieek
Hello,
i have a little problem with this mod.
Everything is working fine, but when an user in not loged in en want to login on the myfiles.asp i have this error
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'sha256'
/inc_header.asp, line 148
On all other pages the users can login.
does anyone now what this error can be?
the same as in my forum, does anyone has an answer allready?
forum 3.4.06, proeder's file attachement...< |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 26 March 2008 : 04:43:44
|
it's a pretty simple answer, your myfiles.asp needs to include the inc_sha256.asp file, you will need to place the line <!--#INCLUDE FILE="inc_sha256.asp"-->
inbetween the one for config.asp and inc_header.asp< |
|
|
leesh695
Junior Member
101 Posts |
Posted - 26 March 2008 : 07:06:45
|
If i remeber right, including inc_sha256.asp in the myfiles.asp file causes an error, cant remeber what it is, but as far as I know, the myfiles page is only for people that are loged in anyway so providing you login before you goto the page you should not have a problem..< |
|
|
joern
Starting Member
3 Posts |
Posted - 28 March 2008 : 02:46:08
|
quote: Originally posted by leesh695
If i remeber right, including inc_sha256.asp in the myfiles.asp file causes an error, cant remeber what it is, but as far as I know, the myfiles page is only for people that are loged in anyway so providing you login before you goto the page you should not have a problem..
@leesh695: Yes, there was an error: two variable were named the same! (I thought it was "s"). So I changed the "myfiles.asp" at about line 225 from
"Dim fs, f, folder, fc, s" to "Dim fs, f, folder, fc"
and than it works!
@HuwR: Thanks a lot for Your help< |
|
|
Topic |
|