Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

  • 3 weeks later...
Posted

just remove _spaw

 

it have to be like that

<?php echo tep_draw_textarea_field('answer', '', '60', '7', $edit['answer']); ?>

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...