These are the same issues answered a few days ago for you: http://www.zen-cart.com/forum/showthread.php?t=112711




Quote Originally Posted by chris32882 View Post
[13-Nov-2008 02:51:17] PHP Warning: Wrong parameter count for define() in /home/tms/public_html/includes/languages/english/cherry_zen/meta_tags.php on line 17
You've made a typo in whatever you have on that line.

Quote Originally Posted by chris32882 View Post
[13-Nov-2008 02:51:17] PHP Warning: shipping::include_once(includes/modules/shipping/table2.php): failed to open stream: No such file or directory in /home/tms/public_html/includes/classes/shipping.php on line 54

[13-Nov-2008 02:51:17] PHP Warning: shipping::include_once(): Failed opening 'includes/modules/shipping/table2.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tms/public_html/includes/classes/shipping.php on line 54

[13-Nov-2008 02:51:17] PHP Fatal error: Class 'table2' not found in /home/tms/public_html/includes/classes/shipping.php on line 56
It seems that you've got a table2.php file in your /includes/languages/english/modules/shipping/ folder, but you don't have the corresponding module file in /includes/modules/shipping ... which suggests that you either partially deleted a module, or you only partially installed it.