mijman2 Posted June 24, 2004 Posted June 24, 2004 This is a support thread for the FAQ Desk Contribution... Post Questions Here: Hopefully some of the developers can help people solve their problems... Quote
mijman2 Posted June 24, 2004 Author Posted June 24, 2004 When ever I enable a caegory I get the box and in the box is a bunch of errors pointing too categories/includes/boxes/faqdesk.php Warning: Type Offset error Quote
expert Posted June 26, 2004 Posted June 26, 2004 (edited) disable faqdesk boxes and try directly enter to FAQ index http://your.domain/faqdesk_index.php you will see mail faq screen. *************** And if have some errors when you click on any category change listing to NEW STYLE /modules/faqdesk/faqdesk_listing.php // OLD STYLE #$listing_split = new splitPageResults($HTTP_GET_VARS['page'], MAX_DISPLAY_FAQDESK_SEARCH_RESULTS, $listing_sql, $listing_numrows); // NEW STYLE? (forum) $listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_FAQDESK_SEARCH_RESULTS, '*', $HTTP_GET_VARS['page']); // MY STYLE //$listing_split = new old_splitPageResults($HTTP_GET_VARS['page'], MAX_DISPLAY_FAQDESK_SEARCH_RESULTS, $listing_sql, $listing_numrows); Edited June 26, 2004 by expert Quote
daithi Posted June 28, 2004 Posted June 28, 2004 excellent, thanks for the updates on this contrib... one problem i have is when doing faq searches - i get the following error - any ideas? 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '*) as total from faqdesk p, faqdesk_description pd, faqdesk_ca select count(distinct *) as total from faqdesk p, faqdesk_description pd, faqdesk_categories c, faqdesk_to_categories p2c where p.faqdesk_status = '1' and p.faqdesk_id = pd.faqdesk_id and pd.language_id = '1' and p.faqdesk_id = p2c.faqdesk_id and p2c.categories_id = c.categories_id and ( (pd.faqdesk_question like '%acc%' or pd.faqdesk_answer_short like '%acc%' or pd.faqdesk_answer_long like '%acc%') ) Quote
Харубанчик Posted June 29, 2004 Posted June 29, 2004 delete distinct from {select count(distinct *) as } Quote
amspo Posted July 1, 2004 Posted July 1, 2004 Hello, i haved installed the FAQDesk. See my Problem on http://www.amspo.de in the column_right the last box is the FAQ Desk. When you klick on "Test" then is the FAQ-Site empty. Regards rainer Quote
bglkk Posted July 2, 2004 Posted July 2, 2004 A simple question... The Install Catalog file says to mod /includes/languages/english/english.php. That file doesn't exist for me... Does this actually mean /includes/languages/english/index.php -or- /includes/languages/english.php Thanks! :ph34r: Quote "Buy the ticket, take the ride..." -HST
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.