Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / urgent help needed please !

urgent help needed please !

Locked

Views: 1,201

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
1 Jul 2007, 10:46 AM
#1
fantasticals avatar

fantasticals

New Zenner

Join Date:
Mar 2007
Location:
Cheshire
Posts:
73
Plugin Contributions:
0

urgent help needed please !

Hi,

I have the following message when i enter the url for my homepage: i havnt a clue what this means is anyone able to help ?

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCT' at line 7
in:
[select p.products_id, pd.products_name, products_date_available as date_expected from products p, products_description pd where p.products_id = pd.products_id and p.products_status = 1 and pd.language_id = '1' and p.products_date_available >=20070701 order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCTS]

The site was working perfeclty 20 mins ago since then i have done two things:

  1. backed up my httpdocs file by dragging and dropping all files in httpdocs using cuteftp.
  2. uninstalled a payment module and installed the latest version, as part of this i run the following database update from the zen admin panel:
    ALTER TABLE protx_direct
    ADD
    threed_secure_status VARCHAR( 20 ) NULL,
    ADD
    cavv_result VARCHAR( 32 ) NULL;
2 Jul 2007, 1:52 PM
#2
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: urgent help needed please !

Your page wouldn't load for me.

When all else fails, reinstall. Did you make a back-up before you started the mods you can fall back on?

2 Jul 2007, 5:32 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: urgent help needed please !

Looks like you are missing configuration_keys in the configuration table ...
EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT
EXPECTED_PRODUCTS_SORT
MAX_DISPLAY_UPCOMING_PRODUCT

Can you check in phpMyAdmin if you have them in the configuration table?