osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Error

This is a discussion on Error within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Can someone please tell me what is this error I'm geting, the catalog is fine if I click on the ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-11-2005, 08:40 PM
Lurker
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
TonyKa
Default Error

Can someone please tell me what is this error I'm geting, the catalog is fine if I click on the links but if I use the back or forward buttons on the browser a lose all the boxes and I get an error on top of the page,
This is the site so you can try it (caution site is open for business)
http://wengryn.com/osmax/catalog/index.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-12-2005, 08:26 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,987
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Error

I get no error when using the back or forward buttons and your site renders fine.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-12-2005, 12:57 PM
New Member
 
Join Date: Sep 2005
Posts: 25
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
timbrrr
Default

I didnt get an error either, but I did notice that some of your images are not in the correct directory... such as birthday, and gifts for kids..... you might want to see if the images are missing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 10-12-2005, 05:32 PM
Lurker
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
TonyKa
Default

Thanks I just found that this error is only on my PC and when I use IE not Firefox.

this is what I get:

[quote]alse) { error_message = error_message + "* " + message + "\n"; error = true; } } } function check_select(field_name, field_default, message) { if (form.elements[field_name] && (form.elements[field_name].type != "hidden")) { var field_value = form.elements[field_name].value; if (field_value == field_default) { error_message = error_message + "* " + message + "\n"; error = true; } } } function check_password(field_name_1, field_name_2, field_size, message_1, message_2) { if (form.elements[field_name_1] && (form.elements[field_name_1].type != "hidden")) { var password = form.elements[field_name_1].value; var confirmation = form.elements[field_name_2].value; if (password == '' || password.length < field_size) { error_message = error_message + "* " + message_1 + "\n"; error = true; } else if (password != confirmation) { error_message = error_message + "* " + message_2 + "\n"; error = true; } } } function check_password_new(field_name_1, field_name_2, field_name_3, field_size, message_1, message_2, message_3) { if (form.elements[field_name_1] && (form.elements[field_name_1].type != "hidden")) { var password_current = form.elements[field_name_1].value; var password_new = form.elements[field_name_2].value; var password_confirmation = form.elements[field_name_3].value; if (password_current == '' || password_current.length < field_size) { error_message = error_message + "* " + message_1 + "\n"; error = true; } else if (password_new == '' || password_new.length < field_size) { error_message = error_message + "* " + message_2 + "\n"; error = true; } else if (password_new != password_confirmation) { error_message = error_message + "* " + message_3 + "\n"; error = true; } } } function check_form(form_name) { if (submitted == true) { alert("This form has already been submitted. Please press Ok and wait for this process to be completed."); return false; } error = false; form = form_name; error_message = "Errors have occured during the process of your form.\n\nPlease make the following corrections:\n\n"; check_radio("gender", "Please select your Gender."); check_input("firstname", 2, "Your First Name must contain a minimum of 2 characters."); check_input("lastname", 2, "Your Last Name must contain a minimum of 2 characters."); check_input("email_address", 6, "Your E-Mail Address must contain a minimum of 6 characters."); check_input("street_address", 5, "Your Street Address must contain a minimum of 5 characters."); check_input("postcode", 4, "Your Post Code must contain a minimum of 4 characters."); check_input("city", 3, "Your City must contain a minimum of 3 characters."); check_input("state", 2, "Your State must contain a minimum of 2 characters."); check_select("country", "", "You must select a country from the Countries pull down menu."); check_input("telephone", 3, "Your Telephone Number must contain a minimum of 3 characters."); check_password("password", "confirmation", 5, "Your Password must contain a minimum of 5 characters.", "The Password Confirmation must match your Password."); check_password_new("password_current", "password_new", "password_confirmation", 5, "Your Password must contain a minimum of 5 characters.", "Your new Password must contain a minimum of 5 characters.", "The Password Confirmation must match your new Password."); if (error == true) { alert(error_message); return false; } else { submitted = true; return true; } } function refresh_form(form_name) { form_name.action.value = 'refresh'; form_name.state.value = ''; form_name.submit(); return true; } //-->
Top » Catalog » Birthday My Account | Cart Contents | Checkout

Categories

Baby Gifts
Birthday
Corporate
Gift Baskets
Gifts for Her
Gifts for Him
Gifts for Kids
Special Occasions
Thank You




Affiliate Program

Affiliate Information
Affiliate Log In



What's New?


Halloween Pumpkin Teddy
$15.00



Quick Find


Use keywords to find the product you are looking for.
Advanced Search

View All Items




Information

Shipping & Returns
Privacy Notice
Conditions of Use
Contact Us
Printable Catalog
Gift Voucher FAQ
Site Map



Birthday


There are no products to list in this category.


Shopping Cart

0 items



Sign in

E-mail address:



Password:



(forgotten)



Create an Account




Languages





Currencies

US DollarEuro




Wednesday 12 October, 2005 1051 requests since Thursday 22 September, 2005
Copyright © 2005 osCDox, AABox Web Hosting
Powered by osCMax v2.0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -8. The time now is 12:00 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax