Can someone please lend a hand, recently most to another host and unable to get store back up. When I got to the home page I get this error:
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_PROD' 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 >=20070319 order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCTS]
When I go to Admin to login site/adminfolder/index.php brings up a blank page but site/adminfolder/login.php brings up the login page and once I log in I get a blank screen but if I type site/adminfolder/index.php I get the Admin menu. Doing anything on the Admin doesn't return me back to the page it should. For example if I click on store manager, optimize database, it does the functionality but returns me to blank screen.
If I try to run site/zc_install/ to try and see if I will give me any message about database, it takes me all the way to the screen where I can update config files or DB but selecting either just returns a blank screen. Some is completely messed up and I am at a loss for words. Please help me. Thanks!



