Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (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 by rofa

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...