Guest Posted October 24, 2006 Posted October 24, 2006 hiho its a new FAQ contribution added today , i just installed it but i founded a bug: i have this error: Fatal error: Call to undefined function tep_draw_textarea_field_spaw() in /admin/faq_form.php on line 109 the line 109 is: <?php echo tep_draw_textarea_field_spaw('answer', '', '60', '7', $edit['answer']); ?> any solution please? the contribution is this: http://www.oscommerce.com/community/contributions,4620 Quote
bkellum Posted October 24, 2006 Posted October 24, 2006 Is this the official forum for Faq System DHTML Goodies? :blink: Quote Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
goxy Posted November 11, 2006 Posted November 11, 2006 just remove _spaw it have to be like that <?php echo tep_draw_textarea_field('answer', '', '60', '7', $edit['answer']); ?> Quote
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.