Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Help - I've killed my shop!!!

    Hi All,

    Complete newbie here out of his depth but refusing to admit it.

    I have got Zen Cart installed and a pre-installed template running.

    Then I tried to do something fancy (b.t.w A sticky on "How to back up" wouldn't go amiss) by installing one of the downloads on this site.

    It was for zone shipping and I have Smart FTP installed.

    After I uploaded the new files I got this:

    1146 Table 'eskrimak_root.TABLE_METATAGS_CATEGORIES_DESCRIPTION' doesn't exist
    in:
    [select * from TABLE_METATAGS_CATEGORIES_DESCRIPTION mcd where mcd.categories_id = '0' and mcd.language_id = '1']

    Now, in my admin area when I hover over the meta tag features nothing happens. Also, I can't find this menu / file in all the mumbo jumbo through Smart FTP.

    Can anybody spare my considerable blushes???!!

  2. #2
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Help - I've killed my shop!!!

    Take a look at the file

    ..../includes/database_tables.php

    make sure the file exists / and the following line is present:-

    Line #52 : define('TABLE_METATAGS_CATEGORIES_DESCRIPTION', DB_PREFIX . 'meta_tags_categories_description');
    Various Zen cart sites !

  3. #3
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Help - I've killed my shop!!!

    Thanks very much for your reply. I was just looking at the control panel and it says something was wrong with my:

    pl_modules_categories_tabs.php on line 14

    This is that file:

    <?php
    /**
    * Module Template - categories_tabs
    *
    * Template stub used to display categories-tabs output
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_modules_categories_tabs.php 3395 2006-04-08 21:13:00Z ajeh $
    */

    include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CATEGORIES_TABS));
    ?>
    <?php if (CATEGORIES_TABS_STATUS == '1' && sizeof($links_list) >= 1) { ?>
    <div id="navCatTabsWrapper">
    <div id="navCatTabs">
    <ul>
    <?php for ($i=0, $n=sizeof($links_list); $i<$n; $i++) { ?>
    <li><?php echo $links_list[$i];?></li>
    <?php } ?>
    </ul>
    </div>
    </div>
    <?php } ?>

    Any takers

    Off to follow your advice now...

  4. #4
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Help - I've killed my shop!!!

    Well, I inserted that code and the header comes back up but the rest of the home page is obscured by:

    Warning: main(includes/modules/FILENAME_CATEGORIES_TABS.php) [function.main]: failed to open stream: No such file or directory in /home/eskrimak/public_html/shop/includes/templates/template_default/templates/tpl_modules_categories_tabs.php on line 14

    Warning: main(includes/modules/FILENAME_CATEGORIES_TABS.php) [function.main]: failed to open stream: No such file or directory in /home/eskrimak/public_html/shop/includes/templates/template_default/templates/tpl_modules_categories_tabs.php on line 14

    Warning: main() [function.include]: Failed opening 'includes/modules/FILENAME_CATEGORIES_TABS.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eskrimak/public_html/shop/includes/templates/template_default/templates/tpl_modules_categories_tabs.php on line 14
    1146 Table 'eskrimak_root.TABLE_EZPAGES' doesn't exist
    in:
    [select * from TABLE_EZPAGES where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]

    Last edited by E.K.A; 11 Oct 2007 at 12:06 PM. Reason: Double post

  5. #5
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Help - I've killed my shop!!!

    sounds like you have some corrupted uploads or incomplete uploads. there is nothing wrong with that file , but possibly the modules that it is calling are missing / not named .

    If you did your overides correctly , and have not altered core code , I would be tempted to re upload the shop source code , or at least try and locate missing files by selecting , don't overwrite. then it will only replace and missing files if there are any.
    Various Zen cart sites !

  6. #6
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Help - I've killed my shop!!!

    Thanks very much for your reply. I was just looking at the control panel and it says something was wrong with my:

    pl_modules_categories_tabs.php on line 14

    This is that file:

    <?php
    /**
    * Module Template - categories_tabs
    *
    * Template stub used to display categories-tabs output
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_modules_categories_tabs.php 3395 2006-04-08 21:13:00Z ajeh $
    */

    include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CATEGORIES_TABS));
    ?>
    <?php if (CATEGORIES_TABS_STATUS == '1' && sizeof($links_list) >= 1) { ?>
    <div id="navCatTabsWrapper">
    <div id="navCatTabs">
    <ul>
    <?php for ($i=0, $n=sizeof($links_list); $i<$n; $i++) { ?>
    <li><?php echo $links_list[$i];?></li>
    <?php } ?>
    </ul>
    </div>
    </div>
    <?php } ?>

    Any takers

    Off to follow your advice now...

  7. #7
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Help - I've killed my shop!!!

    think our posts crossed ! - anyway the file that is wrong now is :-




    .../includes/filenames.php

    Line #165 : define('FILENAME_CATEGORIES_TABS','categories_tabs.php');
    Various Zen cart sites !

  8. #8
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Help - I've killed my shop!!!

    and also again

    includes/database_tables.php

    Line #42 : define('TABLE_EZPAGES', DB_PREFIX . 'ezpages');

    try reuploading those 2 files from the original - otherwise we will be adding lines forever !
    Various Zen cart sites !

 

 

Similar Threads

  1. v150 HELP.. killed my phpmyadmin when trying to reset password.. now nothing works
    By thecounsil in forum Installing on a Linux/Unix Server
    Replies: 27
    Last Post: 24 Apr 2012, 07:14 PM
  2. help... i've killed my shop
    By iddy in forum General Questions
    Replies: 3
    Last Post: 25 Oct 2011, 01:23 PM
  3. HELP!!! Starting upgrade killed my phpmyadmin access
    By OrcaSoul in forum Installing on a Windows Server
    Replies: 1
    Last Post: 2 Feb 2011, 05:22 AM
  4. Help SSL Killed my site or maybe i did
    By BUTTSTTUB in forum General Questions
    Replies: 3
    Last Post: 17 Feb 2010, 05:47 PM
  5. ZC killed my Daemon
    By jordangottlieb in forum General Questions
    Replies: 1
    Last Post: 7 Mar 2008, 09:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg