rofa Posted February 16, 2004 Posted February 16, 2004 (edited) I've installed Faqdesk and almost everything seems to work, but when i try to open "FAQ Catagories Home" appears this error message: Fatal error: Cannot pass parameter 3 by reference in /work/home/aa/trading/shop/includes/modules/faqdesk/faqdesk_listing.php on line 14 <?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?> <table border="0" width="100%" cellspacing="3" cellpadding="0"> <tr> ?<td class="cat_description"><?php echo TABLE_HEADING_TOPICS; ?></td> </tr> <tr> ?<td><?php echo tep_draw_separator(); ?></td> </tr> <tr> <?php $listing_numrows_sql = $listing_sql; $listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_FAQDESK_SEARCH_RESULTS, '*', $HTTP_GET_VARS['page']); [B]This is line 14[/B] // fix counted faqs $listing_numrows = tep_db_query($listing_numrows_sql); $listing_numrows = tep_db_num_rows($listing_numrows); if ($listing_numrows > 0 && (FAQDESK_PREV_NEXT_BAR_LOCATION == '1' || FAQDESK_PREV_NEXT_BAR_LOCATION == '3')) { ?> Edited February 16, 2004 by rofa Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.