Warning: sprintf() [function.sprintf]: Too few arguments in somewhere\templates\tpl_gv_send_default.php on line 49
IF i hit the send button to send the GiftCertificate to someone
** in my language files there are also some defines missing but that cannot be it i guess.
using zencart 1.3.x ( not the lastest patch yet )
line 49 is just the errormessage...
Some mistakes in there?Code:<form action="<?php echo zen_href_link(FILENAME_GV_SEND, 'action=process', 'SSL', false); ?>" method="post"> <div id="gvSendDefaultMainMessage" class="content"><?php echo sprintf(MAIN_MESSAGE, $currencies->format($_POST['amount'], false), $_POST['to_name'], $_POST['email']); ?></div>
Thanks!




