Jump to content
xt:Commerce Community Forum

Fatal error: Call to undefined function: xtc_draw_selection_field_installer() in


0etzi

Recommended Posts

Fatal error: Call to undefined function: xtc_draw_selection_field_installer() in ..../inc/xtc_draw_radio_field_installer.inc.php on line 21

So siehts aus, Line 21 ist die letzte Zeile ab "return":

<?php

/* -----------------------------------------------------------------------------------------

$Id: xtc_draw_radio_field_installer.inc.php,v 1.1 2003/09/06 21:47:50 fanta2k Exp $

XT-Commerce - community made shopping

http://www.xt-commerce.com

Copyright © 2003 XT-Commerce

-----------------------------------------------------------------------------------------

based on:

© 2000-2001 The Exchange Project (earlier name of osCommerce)

© 2002-2003 osCommerce(html_output.php,v 1.1 2002/01/02); www.oscommerce.com

© 2003 nextcommerce (xtc_draw_radio_field_installer.inc.php,v 1.3 2003/08/13); www.nextcommerce.org

Released under the GNU General Public License

---------------------------------------------------------------------------------------*/

require_once(DIR_FS_INC . 'xtc_draw_selection_field_installer.inc.php');

function xtc_draw_radio_field_installer($name, $value = '', $checked = false) {

return xtc_draw_selection_field_installer($name, 'radio', $value, $checked);

}

?>

Diese Fehlermeldung tritt bei Installationsaufruf auf, und bricht ab.

Ansonsten sind keine Fehlermeldungen vorhanden.

Was ist falsch?

Vielen Dank

0etzi

Link to comment
Share on other sites

Archived

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

×
  • Create New...