Jump to content

call to undetified method?


Monkuar

Recommended Posts

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? :o

Link to comment
https://forums.phpfreaks.com/topic/257135-call-to-undetified-method/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.