| Author |
Topic Search Topic Options
|
ronneres
Newbie
Joined: 24 August 2011
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Topic: Big problems with version 10.02 Posted: 24 August 2011 at 12:00pm |
1st problem
A very severe problem with the cell alignment in the Admin Control Panel -> User Settings page
2nd problem
During the initial set up of the forum there is a problem in the file function_session_data.asp where it points at line 626. It says the Mid function returns an error.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 August 2011 at 4:35pm |
|
We are not able to recreate any of these issues in the lab. Try reuploading the original files again and see if that fixes your problem.
|
|
|
 |
RogueLance
Newbie
Joined: 24 August 2011
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 August 2011 at 6:53pm |
I got this message today as well.
Technical Information (for support personnel) Error Type: Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument: 'Mid' /webwiz/functions/functions_session_data.asp, line 626
Browser Type: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50
Page: GET /webwiz/admin.asp
Time: Wednesday, August 24, 2011, 1:50:36 PM
|
 |
ronneres
Newbie
Joined: 24 August 2011
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 August 2011 at 11:24am |
|
It has to do with the IP address. When the IP address is 127.0.0.1 it return an error by the Mid function.
|
 |
ronneres
Newbie
Joined: 24 August 2011
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 August 2011 at 12:18pm |
|
This happens right after the DB set up screen. it's a clean installation. No modification to the code.
The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed.
Please try the following:
Click the Refresh button, or try again later. Open the localhost home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
Technical Information (for support personnel)
Error Type: Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument: 'Mid' /new/forum/functions/functions_session_data.asp, line 626
Browser Type: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0
Page: GET /new/forum/default.asp
Time: Thursday, 25 August, 2011, 9:14:11 PM
More information: Microsoft Support
|
 |
freebs
Groupie
Joined: 04 March 2005
Location: South Africa
Status: Offline
Points: 53
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 August 2011 at 1:03pm |
I get exactly the same error after upgrading. Tried re loading entire directory and ran the setup again, same error. Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'Mid'
/1forum/functions/functions_session_data.asp, line 626
|
 |
kiklop
Groupie
Joined: 14 July 2005
Status: Offline
Points: 137
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 August 2011 at 1:08pm |
|
Same here (with various client IP address )
|
|
|
 |
ronneres
Newbie
Joined: 24 August 2011
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 August 2011 at 1:18pm |
|
I got it to work by making changes to the particular line of code. I changed the code
From Len(strClientIP)-6
To
Len(strClientIP)-5
It work but after that I had another problem. Display IP Addresses to Moderators: does not work. Neither Yes nor No work. Moderator still cannot see the IP. I don't think it's related though. Please look into it.
|
 |