User login

MetaTraffic 2.0 Boxshot

MT2 Upgrade Problem

Posted by TechStud [October 5, 2004]

Chad,

I am having some troubles upgrading from MT v1.3 to v2.01. I am getting a "Microsoft VBScript runtime error '800a005e'"

[code]MetaTraffic Setup
STEP 1: Connecting to new database...SUCCESS

STEP 2: Connecting to old database...SUCCESS

STEP 3: Creating database connection file...SUCCESS

STEP 4: Testing configuration file permissions...SUCCESS

STEP 5: Testing database permissions...SUCCESS

STEP 6: Loading configuration data...SUCCESS

STEP 7: Loading definition data...SUCCESS

STEP 8: Loading country data (this will take a few minutes)...SUCCESS

STEP 9: Upgrading data (this could take a while)...

Total Records: 50575
Completed Records: 100
Percent Complete: 0.20%

Microsoft VBScript runtime error '800a005e'

Invalid use of Null: 'Replace'

/MT2/setup.asp, line 1545 [/code]
I am using the MS Access DB.

TechStud ,
[url="http://www.techstud.com"]www.TechStud.com[/url]

MT2 Upgrade Problem

Hi,

My guess is that you have null values in your database for the pl_scripturl field. That field is assumed to always have data so there are no checks on it like other data fields. Try this:

On line 1274 of setup.asp, add the following line:

If strScriptUrl <> "" Then

And on line 1471 add the line:

End If

See if that helps.

Regards,
~Chad

MT2 Upgrade Problem

Chad,

Yep... that did the trick. Upgrade was successful and seems to be working well... So far! hehe

Thanks a bunch. I don't understand why there were blank entries either. Oh well.

TechStud ,
[url="http://www.techstud.com"]www.TechStud.com[/url]