INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT name, type FROM xcart_config WHERE name IN ('icons_icons_in_categories','icons_disable_subcat_triangle')
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:UPDATE xcart_sessions_data SET data='a:19:{s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:0:\"\";s:9:\"adaptives\";a:1:{s:14:\"is_first_start\";s:1:\"Y\";}s:11:\"logout_user\";s:0:\"\";s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:15:\"referer_session\";b:0;s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:11:\"identifiers\";a:0:{}s:6:\"logged\";s:0:\"\";s:14:\"remember_login\";b:0;s:13:\"remember_data\";s:0:\"\";}' WHERE sessid='a3851761225e0f5377c3d56a5528048c'
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT value as country FROM xcart_languages WHERE name='country_US' AND code = 'US'
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT state FROM xcart_states WHERE country_code='US' AND code='NC'
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT value FROM xcart_languages WHERE code='US' AND name='lbl_site_title'
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT * FROM xcart_pages WHERE language='US' AND active='Y' AND level='E' ORDER BY orderby, title
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT name, value FROM xcart_languages_alt WHERE code='US' AND name IN ('speed_bar_1','speed_bar_3','speed_bar_6')
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE: SELECT xcart_newsletter.* FROM xcart_newslists, xcart_newsletter WHERE xcart_newslists.avail='Y' AND xcart_newslists.show_as_news='Y' AND xcart_newslists.lngcode='US' AND xcart_newslists.listid=xcart_newsletter.listid AND xcart_newsletter.show_as_news='Y' ORDER BY xcart_newsletter.send_date DESC LIMIT 1
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT xcart_categories.categoryid,xcart_categories.parentid,xcart_categories.categoryid_path,xcart_categories.category,xcart_categories.product_count,xcart_categories.avail,xcart_categories.order_by, IF(xcart_categories_lng.categoryid IS NOT NULL AND xcart_categories_lng.category != '', xcart_categories_lng.category, xcart_categories.category) as category,xcart_categories_subcount.subcategory_count, xcart_categories_subcount.product_count, IF(xcart_images_C.id IS NOT NULL, 'Y', '') as is_icon, xcart_images_C.image_path FROM xcart_categories USE INDEX (am) LEFT JOIN xcart_categories_lng USE INDEX (PRIMARY) ON xcart_categories_lng.code='US' AND xcart_categories_lng.categoryid=xcart_categories.categoryid LEFT JOIN xcart_category_memberships ON xcart_category_memberships.categoryid = xcart_categories.categoryid LEFT JOIN xcart_categories_subcount USE INDEX (PRIMARY) ON xcart_categories_subcount.categoryid = xcart_categories.categoryid AND xcart_categories_subcount.membershipid = '' LEFT JOIN xcart_images_C ON xcart_categories.categoryid = xcart_images_C.id WHERE xcart_categories.avail='Y' AND (xcart_category_memberships.membershipid IS NULL OR xcart_category_memberships.membershipid = '') GROUP BY xcart_categories.categoryid ORDER BY xcart_categories.order_by, xcart_categories.category
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT COUNT(*) FROM xcart_manufacturers USE INDEX (avail) WHERE avail = 'Y'
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT COUNT(xcart_products.productid) FROM xcart_pricing, xcart_products LEFT JOIN xcart_quick_flags ON xcart_quick_flags.productid = xcart_products.productid LEFT JOIN xcart_product_memberships ON xcart_product_memberships.productid = xcart_products.productid INNER JOIN xcart_featured_products ON xcart_products.productid=xcart_featured_products.productid AND xcart_featured_products.avail='Y' AND xcart_featured_products.categoryid='0' INNER JOIN xcart_quick_prices ON xcart_quick_prices.productid = xcart_products.productid AND xcart_quick_prices.membershipid = 0 LEFT JOIN xcart_variants ON xcart_variants.productid = xcart_products.productid AND xcart_quick_prices.variantid = xcart_variants.variantid INNER JOIN xcart_customers as ACHECK ON xcart_products.provider = ACHECK.login AND ACHECK.activity='Y' INNER JOIN xcart_products_categories ON xcart_products_categories.productid = xcart_products.productid INNER JOIN xcart_categories ON xcart_products_categories.categoryid = xcart_categories.categoryid LEFT JOIN xcart_category_memberships ON xcart_category_memberships.categoryid = xcart_categories.categoryid WHERE xcart_quick_prices.priceid = xcart_pricing.priceid AND xcart_products.product_type <> 'C' AND xcart_products.forsale <> 'B' AND xcart_category_memberships.membershipid IS NULL AND xcart_product_memberships.membershipid IS NULL AND xcart_categories.avail = 'Y' AND xcart_products.forsale = 'Y' GROUP BY xcart_products.productid ORDER BY xcart_featured_products.product_order, xcart_products.product ASC
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT xcart_manufacturers.*, IFNULL(xcart_manufacturers_lng.manufacturer, xcart_manufacturers.manufacturer) as manufacturer, IFNULL(xcart_manufacturers_lng.descr, xcart_manufacturers.descr) as descr FROM xcart_manufacturers USE INDEX (avail) LEFT JOIN xcart_manufacturers_lng ON xcart_manufacturers.manufacturerid = xcart_manufacturers_lng.manufacturerid AND xcart_manufacturers_lng.code = 'US' WHERE avail = 'Y' ORDER BY orderby, manufacturer
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT xcart_extra_fields.*, IF(xcart_extra_fields_lng.field != '', xcart_extra_fields_lng.field, xcart_extra_fields.field) as field FROM xcart_extra_fields LEFT JOIN xcart_extra_fields_lng ON xcart_extra_fields.fieldid = xcart_extra_fields_lng.fieldid AND xcart_extra_fields_lng.code = 'US' WHERE active = 'Y' ORDER BY field
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:UPDATE xcart_sessions_data SET data='a:22:{s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:0:\"\";s:9:\"adaptives\";a:1:{s:14:\"is_first_start\";s:1:\"Y\";}s:11:\"logout_user\";s:0:\"\";s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:15:\"referer_session\";b:0;s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:11:\"identifiers\";a:0:{}s:6:\"logged\";s:0:\"\";s:14:\"remember_login\";b:0;s:13:\"remember_data\";s:0:\"\";s:7:\"old_lng\";s:0:\"\";s:4:\"cart\";s:0:\"\";s:11:\"search_data\";a:1:{s:8:\"products\";N;}}' WHERE sessid='a3851761225e0f5377c3d56a5528048c'
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT name, value FROM xcart_languages WHERE code = 'US' AND name IN ('lbl_sku','lbl_product','lbl_price','lbl_default')
Ray's Marketplace ::
Search: Advanced search
 
Stores Stores


Your cart Your cart
Cart is empty
 

View cart
Checkout
Wish list
Orders history


Special Special
Gift certificates


Authentication Authentication
Username

Password

Log in 
Register 
Recover password

If Javascript is disabled in your browser click here


INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:SELECT COUNT(*) FROM xcart_newslists WHERE avail='Y' AND show_as_news='Y' AND lngcode='US'

Help Help
Contact us
Privacy statement
Terms & Conditions




Ray's Marketplace :: 

Welcome to Ray's Marketplace

RaysMarketplace.Com is becoming a "virtual mall"-- multiple stores but all in one convenient location.

Browse Around
You won't get the same walking exercise, and you won't get to gawk at all those other crazy people walking the stores. Browsing around RaysMarketplace.com is much like visiting any mall. You can browse products; put some in your shopping cart. But you don't have to check at the end of visiting each store. You'll only check out at the end after you have "picked up" all the items you want to buy; THEN you check out. It's Simple!

Gift Certificates
Need a gift but don't know the size or what they would want? EASY! Just give them a A RaysMarketplace.Com gift certificate. On the left sidebar, click "Gift Certificates" under "Special". RaysMarketplace.Com Gift Certificates are good in any of the store in our "virtual mall".

Want To Open Your Own Store?
Own a store and want a web presence without spending an arm and a leg? You'll be absolutely amazed at how inexpensively and easily you can open a store in our "virtual mall". You manage your own products and ship your own orders--we handle the servers, the security, the credit cards, the taxes, etc. And here's the best part--after an itsy, bitsy setup fee, you don't pay a dime if you don't sell products! We work off of a small commission. For more, information contact us using the "Contact Us" link on the left sidebar. Just be sitting down when you find out how little it costs!



Ray's Weather Store
Welcome to Ray's Weather Store.




 
Copyright © 1999-2008 Ray's Marketplace
INVALID SQL: 2006 : MySQL server has gone away
SQL QUERY FAILURE:UPDATE xcart_sessions_data SET data='a:22:{s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:0:\"\";s:9:\"adaptives\";a:1:{s:14:\"is_first_start\";s:1:\"Y\";}s:11:\"logout_user\";s:0:\"\";s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:15:\"referer_session\";b:0;s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:11:\"identifiers\";a:0:{}s:6:\"logged\";s:0:\"\";s:14:\"remember_login\";b:0;s:13:\"remember_data\";s:0:\"\";s:7:\"old_lng\";s:0:\"\";s:4:\"cart\";s:0:\"\";s:11:\"search_data\";a:1:{s:8:\"products\";N;}}' WHERE sessid='a3851761225e0f5377c3d56a5528048c'