1
petitours
SmartFAQ, bug on submit or request
  • 2011/6/11 13:49

  • petitours

  • Just popping in

  • Posts: 53

  • Since: 2005/6/9 1


Hello

I use SMARTFAQ 1.11 with a XOOPS2.51 sitehttp://www.test.68hc08.net/

When I request or submit a question (logged in as user or admin), Request or Submit works but I get an error every time :
Quote:
Message(s): Undefined index: tags dans le fichier /modules/smartfaq/submit.php - ligne 144 Erreur(s): Handler does not exist Module: smartfaq Name: category dans le fichier /include/functions.php - ligne 88


You can try to see the bug by connecting with "guest" user and "guest" password.

see :
"Soumettre une question"
ou "soumettre une Q et R" on the left column, in "FAQ"

I installed the TAG module but it does not interest me and it's the same with or without this module installed.

Thank you in advance

Best regards
There are 10 categories of people in the world : Those who understand the binary code and the others.
www.68hc08.net

2
iHackCode
Re: SmartFAQ, bug on submit or request

in that file (submit.php).. replace

$newFaqObj->setVar('tags'$_POST['tags']);


with

if ($GLOBALS['xoopsModuleConfig']['tags']) {
        
$newFaqObj->setVar('tags'$_POST['tags']);
    }


(i havent tested the above code yet though) and im not sure about what is causing your 2nd error message.

hacamat and i found some bugs with this module a few weeks ago. once i get a list made ill post the fixes.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

3
petitours
Re: SmartFAQ, bug on submit or request
  • 2011/6/11 17:41

  • petitours

  • Just popping in

  • Posts: 53

  • Since: 2005/6/9 1


Hello

I have still the 2d part of the error...

Erreur(s): Handler does not exist
Module
smartfaq
Name
category dans le fichier /include/functions.php ligne 88


thank you
There are 10 categories of people in the world : Those who understand the binary code and the others.
www.68hc08.net

4
zyspec
Re: SmartFAQ, bug on submit or request
  • 2011/6/12 14:20

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Where did you find SmartFAQ 1.11? The latest I find is 1.09.

Is this a 'new' installation?

Have you setup some categories before you tried to submit a question?

5
petitours
Re: SmartFAQ, bug on submit or request
  • 2011/6/12 15:04

  • petitours

  • Just popping in

  • Posts: 53

  • Since: 2005/6/9 1


I found SmartFA1.11 after a search on xoops.org
The package was "xoops2.5_smartfaq_1_11"

I's a new installation

I set 2 new categories before I tried to busmit.
But submit works every time, in spite of the error.

Thanks
There are 10 categories of people in the world : Those who understand the binary code and the others.
www.68hc08.net

Login

Who's Online

84 user(s) are online (63 user(s) are browsing Support Forums)


Members: 0


Guests: 84


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jun 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits