hi,
HELP.
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. |
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 |
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' |
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' hello, what dolphin build do you use ? PS: If possible do not write me personally, please try to ask on the forum first |
last version D7.0 |
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. Kids first |
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 |