Thread: auction mod

Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    8
    Plugin Contributions
    0

    Default auction mod

    anyone have a workable action mod? I have d/l 3 and tryed them all and cant get them to work.right now i have product types installed and get this error=

    Fatal error: main(): Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/comfies/public_html/index/includes/templates/template_default/templates/tpl_index_default.php on line 42

    also the entire right side is missing. I have a virgin cart and just uploaded all of the action to the ftp and followed the rest of the instructuions.


    thanks

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: auction mod

    There are some differences in v1.2.x vs 1.3 related to loading the define-pages content. If you haven't upgraded the pairs of files to the new structure, you'll get the indicated error.

    includes/modules/pages/index/header_php.php
    v1.2.x:
    PHP Code:
      $define_main_page zen_get_file_directory(DIR_WS_LANGUAGES $_SESSION['language'] . '/html_includes/'FILENAME_DEFINE_MAIN_PAGE'false'); 
    v1.3:
    PHP Code:
    $define_page zen_get_file_directory(DIR_WS_LANGUAGES $_SESSION['language'] . '/html_includes/'FILENAME_DEFINE_MAIN_PAGE'false'); 

    includes/templates/YOURTEMPLATE/templates/tpl_index_default.php
    v1.2.x:
    PHP Code:
            <td class="plainBox"><?php require($define_main_page); ?><br /></td>
    v1.3:
    PHP Code:
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    May 2006
    Posts
    105
    Plugin Contributions
    0

    Default Re: auction mod

    anyone still working on the auction mod ...
    the email issue still not solved...

 

 

Similar Threads

  1. Auction Mod
    By gonewild in forum All Other Contributions/Addons
    Replies: 41
    Last Post: 16 Oct 2007, 02:16 AM
  2. auction mod help
    By rando84 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Aug 2007, 07:30 PM
  3. Auction Mod
    By jamlauf in forum General Questions
    Replies: 1
    Last Post: 13 Jul 2006, 06:58 AM
  4. auction mod problems
    By godt in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 29 Jun 2006, 09:20 PM
  5. auction mod configure
    By godt in forum General Questions
    Replies: 2
    Last Post: 14 Jun 2006, 08:18 PM

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