Feedback error

hi,

Feedback Categories ( Database query error )

Boonex Feedback has an error. With categories to do.
I can my feedback not edit or save without categorie. But also can not  add the categorie(s).
In admin there is also nothing to do with it.

HELP.

Quote · 4 Feb 2010

Hello, can you show us what sql error says ?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 4 Feb 2010

hi,

Thank you for all help.

UPDATE `bx_fdb_entries` SET `caption` = 'hallo',`content` = '<p>ich habe dich gesuch</p>\n<p>ich habe dich gesuch s...</p>\n<p>ich bin auch daa oder hast du mich vergessen</p>\n<p> </p>\n<p> </p>\n<p>ruioj7gf89rjg89gn<img title=\"Sealed\" src=\"http://www.mydomain.de/plugins/tiny_mce/plugins/emotions/img/smiley-sealed.gif\" border=\"0\" alt=\"Sealed\" /></p>',`tags` = 'hallo',`allow_comment_to` = '4',`allow_vote_to` = '4',`Categories` = 'feedback',`id` = '1',`date` = '1265288513',`status` = '0' WHERE `id` = '1'

Mysql error: Unknown column 'Categories' in 'field list'

Found error in the file '/var/www/web0/html/inc/classes/BxDolForm.php' at line 192.
Called 'db_res' function with erroneous argument #0

Quote · 5 Feb 2010

hi,

Thank you for all help.

UPDATE `bx_fdb_entries` SET `caption` = 'hallo',`content` = '<p>ich habe dich gesuch</p>\n<p>ich habe dich gesuch s...</p>\n<p>ich bin auch daa oder hast du mich vergessen</p>\n<p> </p>\n<p> </p>\n<p>ruioj7gf89rjg89gn<img title=\"Sealed\" src=\"http://www.mydomain.de/plugins/tiny_mce/plugins/emotions/img/smiley-sealed.gif\" border=\"0\" alt=\"Sealed\" /></p>',`tags` = 'hallo',`allow_comment_to` = '4',`allow_vote_to` = '4',`Categories` = 'feedback',`id` = '1',`date` = '1265288513',`status` = '0' WHERE `id` = '1'

Mysql error: Unknown column 'Categories' in 'field list'

Found error in the file '/var/www/web0/html/inc/classes/BxDolForm.php' at line 192.
Called 'db_res' function with erroneous argument #0

hello, what dolphin build do you use ?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 5 Feb 2010

last version D7.0

Quote · 8 Feb 2010

I never used the feedback option before, but for a new client I need this. Now the problem is that the first post never ask for a category. (nice) But, if you try to edit this feedback he ask for a category, well this is not a big problem I thought, but to my suprize The feedbak is not in the list of categorys. 

So how we do this??

This is version D7 final. 

Thanks for your time guys.

Kids first
Quote · 4 Apr 2010

Run this on the bx_fdb_entries table.

ALTER TABLE `bx_fdb_entries`  ADD `Categories` VARCHAR(64) NULL AFTER `allow_vote_to`

And see what happens when you try to add or edit.

Also you can open modules/boonex/feedback/classes/BxFdbTextData and comment out this line

// unset($this->_aForm['inputs']['categories']);

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 4 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.