Monkuar Posted February 16, 2012 Share Posted February 16, 2012 Call to undefined method skin_register::show_lostpass_form() in /var/www/sources/reg.php on line 1042 1042: $this->output = $this->html->show_lostpass_form(); my html function show_lostpass_form(); is function show_lostpass_form_manual() { global $ibforums; return <<<EOF <div class="tablepad">{$ibforums->lang['dumb_text']}</div> <div class="pformstrip">{$ibforums->lang['complete_form']}</div> <table class="tablebasic"> <tr> <td class="pformleft"><strong>{$ibforums->lang['user_id']}</strong></td> <td class="pformright"><input type='text' size='32' maxlength='32' name='uid' class='forminput' /></td> </tr> <tr> <td class="pformleft"><strong>{$ibforums->lang['val_key']}</strong></td> <td class="pformright"><input type='text' size='32' maxlength='50' name='aid' class='forminput' /></td> </tr> EOF; } why this error not going away? Quote Link to comment https://forums.phpfreaks.com/topic/257135-call-to-undetified-method/ Share on other sites More sharing options...
erm410 Posted February 16, 2012 Share Posted February 16, 2012 The name of the method is show_lostpass_form_manual(), but you call show_lostpass_form(). Quote Link to comment https://forums.phpfreaks.com/topic/257135-call-to-undetified-method/#findComment-1318148 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.