Guest Posted October 24, 2006 Posted October 24, 2006 hiho its a new FAQ contribution added today , i 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?
Guest Posted October 24, 2006 Posted October 24, 2006 the contribution is this: http://www.oscommerce.com/community/contributions,4620
abra123cadabra Posted October 24, 2006 Posted October 24, 2006 hihoits a new FAQ contribution added today , i 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? Just change the line to <?php echo tep_draw_textarea_field('answer', '', '60', '7', $edit['answer']); ?> and it should be working fine. abra The First Law of E-Commerce: If the user can't find the product, the user can't buy the product. Feedback and suggestions on my shop welcome. Note: My advice is based on my own experience or on something I read in these forums. No guarantee it'll work for you! Make sure that you always BACKUP the database and the files you are going to change so that you can rollback to a working version if things go wrong.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.