close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

confirm.asp gets error

Thread began 8/20/2010 10:05 pm by georgevargasa302189 | Last modified 8/24/2010 10:16 am by Jason Byrnes | 2414 views | 11 replies |

georgevargasa302189

confirm.asp gets error

I get the following error when checking out,

This is what the confirm.asp begins with

<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="/ultimate_air_vent/WA_eCart/WA_eCart_Database_VB.asp" -->
<%

Here is the error returned.

Technical Information (for support personnel)

Error Type:
Active Server Pages, ASP 0130 (0x80004005)
File attribute '/ultimate_air_vent/WA_eCart/WA_eCart_Database_VB.asp' cannot start with forward slash or back slash.
/ultimate_air_vent/confirm.asp, line 2


Browser Type:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)

Page:
POST 204 bytes to /ultimate_air_vent/confirm.asp

POST Data:
firstname=George&lastname=Vargas&email=georgevargasa@gmail.com&phone=8055011586&fax=&street1=PO+Box+940343&street2=&city=Simi+Valley&state_province=CA&postcode=93094&country=US&Checkout.x=56&Checkout. . . .

Sign in to reply to this post

Jason ByrnesWebAssist

change:
<!--#include file="/ultimate_air_vent/WA_eCart/WA_eCart_Database_VB.asp" -->


to:
<!--#include file="ultimate_air_vent/WA_eCart/WA_eCart_Database_VB.asp" -->

Sign in to reply to this post

georgevargasa302189

I tried that but it only somewhat worked when I changed it to
<!--#include file="WA_eCart/WA_eCart_Database_VB.asp" -->

Then it got an error on line 32 as follows;

WA_fieldValuesStr = "" & cStr(Session.SessionID) & "" & "|" & WA_eCDB_ConvertNumber("" & cStr(WA_eCart_GetShipping(ultimate_Air_Vent_Cart)) & "") & "|" & WA_eCDB_ConvertNumber("" & cStr(WA_eCart_GetTax(ultimate_Air_Vent_Cart)) & "") & "|" & WA_eCDB_ConvertNumber("" & cStr(WA_eCart_GrandTotal(ultimate_Air_Vent_Cart)) & "") & "|" & "" & cStr( Session("eCartCheckoutForm_shipping_street1") ) & "" & "|" & "" & cStr( Session("eCartCheckoutForm_street2") ) & "" & "|" & "" & cStr( Session("eCartCheckoutForm_city") ) & "" & "|" & WA_eCDB_ConvertNumber("" & cStr( Session("eCartCheckoutForm_shipping_state_province") ) & "") & "|" & "" & cStr( Session("eCartCheckoutForm_postcode") ) & "" & "|" & WA_eCDB_ConvertNumber("" & cStr( Session("eCartCheckoutForm_country") ) & "")



Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'WA_eCart_GetShipping'
/ultimate_air_vent/confirm.asp, line 32


Browser Type:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)

Page:
POST 202 bytes to /ultimate_air_vent/confirm.asp

POST Data:
firstname=George&lastname=Vargas&email=georgevargasa@gmail.com&phone=8055011586&fax=&street1=PO+Box+940343&street2=&city=Simi+Valley&state_province=CA&postcode=93094&country=&Checkout.x=21&Checkout.y= . . .

Sign in to reply to this post

Jason ByrnesWebAssist

can you send the confirm page in a zip archive so i can the entire code in context.

Sign in to reply to this post

georgevargasa302189

Here is the confirm zip file.

I also purchaced ecart 5, today but I am hesitant to use it because I don't know if it will work with pages i created with ecart 4 and my access data base.

Attached Files
confirm.zip
Sign in to reply to this post

Jason ByrnesWebAssist

the problem is that the line to include the eCart file is missing from your page.


change:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="WA_eCart/WA_eCart_Database_VB.asp" -->

to:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="WA_eCart/WA_eCart_Database_VB.asp" -->
<!--#include file="WA_eCart/ultimate_Air_Vent_Cart_VB.asp" -->

Sign in to reply to this post

georgevargasa302189

now it gets the following error

Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A01FA)
Class not defined: 'WA_eCartDefinition'
/ultimate_air_vent/WA_eCart/ultimate_Air_Vent_Cart_VB.asp, line 180


Browser Type:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)

Page:
POST 202 bytes to /ultimate_air_vent/confirm.asp

POST Data:
firstname=George&lastname=Vargas&email=georgevargasa@gmail.com&phone=8055011586&fax=&street1=PO+Box+940343&street2=&city=Simi+Valley&state_province=CA&postcode=93094&country=&Checkout.x=54&Checkout.y= . . .

Sign in to reply to this post

Jason ByrnesWebAssist

try changing:
<!--#include file="WA_eCart/ultimate_Air_Vent_Cart_VB.asp" -->



to:
<!--#include file="WA_eCart/WA_eCart_Definition_VB.asp" -->
<!--#include file="WA_eCart/ultimate_Air_Vent_Cart_VB.asp" -->

Sign in to reply to this post

georgevargasa302189

tives bactooss

This is the error now. I have attached the edited confirm file.

Also can you tell me if I would be better off installing Ecart 5. Will i have an issues with using the same access database?


Technical Information (for support personnel)

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/ultimate_air_vent/confirm.asp, line 91


Browser Type:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)

Page:
POST 204 bytes to /ultimate_air_vent/confirm.asp

POST Data:
firstname=George&lastname=Vargas&email=georgevargasa@gmail.com&phone=8055011586&fax=&street1=PO+Box+940343&street2=&city=Simi+Valley&state_province=CA&postcode=93094&country=US&Checkout.x=67&Checkout. . . .

Attached Files
confirm.zip
Sign in to reply to this post

Jason ByrnesWebAssist

No, you will not be able to use ecart 5.

eCart 5 does not support ASP.

I think that the heart of the problem is in your site settings.

On the Local Info tab of your site settings, What have you set the "Create Links relative To:" option as?

If you have selected Site, change it to document.

I would then delete the checkout ages created by the checkout wizard and re run the checkout wizard.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...