Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FAQ SYSTEM DHTML GOODIES - help


Guest

Recommended Posts

Posted

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?

Posted
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?

 

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...