auction mod

Locked
Results 1 to 3 of 3
This thread is locked. New replies are disabled.
27 Jun 2006, 11:08
#1
jamlauf avatar

jamlauf

New Zenner

Join Date:
Sep 2004
Posts:
3
Plugin Contributions:
0

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
28 Jun 2006, 04:53
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

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] $define_main_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_MAIN_PAGE, 'false');
[/PHP]

v1.3:[PHP]$define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_MAIN_PAGE, 'false');
[/PHP]


includes/templates/YOURTEMPLATE/templates/tpl_index_default.php
v1.2.x:[PHP] <td class="plainBox"><?php require($define_main_page); ?><br /></td>
[/PHP]

v1.3:[PHP]<div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
[/PHP]
03 Jul 2006, 17:22
#3
chac416 avatar

chac416

Zen Follower

Join Date:
May 2006
Posts:
102
Plugin Contributions:
0

Re: auction mod

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