Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default automatically adding mods to admin drop down menus

    The mod I am trying to upgrade for 1.5 has an install button on the page. So I want to add a file and I thought extra configures would be the correct place but the exception says: Cannot execute because table " does not exist. CHECK PREFIXES! The file that runs the query to add to the configuration menu used the same table naming and it works. So what have I missed?

    Code:
    <?  
    	
     if(!defined('CROSS_SELL_ENABLED') ) {
    	 global $db;
    	$db->Execute("INSERT INTO " . TABLE_ADMIN_PAGES ." (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES ('catalogUltimateCrossSell', 'BOX_CATALOG_MULTI_CROSS_SELL_PRODUCTS', 'FILENAME_CROSS_SELL_PRODUCTS', '', 'catalog', 'Y', '100')");
    }
    else {
    }
    	 
     ?>
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  2. #2
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: automatically adding mods to admin drop down menus

    TABLE_ADMIN_PAGES probably hasn't been defined at this point of the process.
    Try putting your code here instead: ...
    YOUR_RENAMED_ADMIN\includes\functions\extra_functions

 

 

Similar Threads

  1. Vertical Drop Down Menus
    By hondarider in forum General Questions
    Replies: 2
    Last Post: 16 Nov 2010, 08:34 AM
  2. Admin drop down menus in Firefox: not working
    By jami1955 in forum General Questions
    Replies: 1
    Last Post: 4 Nov 2009, 07:52 PM
  3. Adding required drop-down menus to a checkout page??
    By skyegospel in forum General Questions
    Replies: 3
    Last Post: 1 Apr 2009, 10:33 PM
  4. drop down menus
    By wickedcrf in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jan 2007, 12:29 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