FeedbackForm Fatal Error

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
pgoneill

FeedbackForm Fatal Error

Post by pgoneill »

When adding a checkbox group, I get the following.  Any ideas?

Fatal error: Call to a member function CreateInputText() on a non-object in C:\Inetpub\xNet\modules\FeedbackForm\classes\CheckboxGroupInput.class.php on line 163

EDIT for fix:

The bug followup didn't work as expected (was a bit unclear - line numbers must be different on mine).  So:

Find the function RenderAdminForm (line 154 on mine) and add $module =& $this->mod_globals->selfptr;  directly after the first opening curly brace, so it should be:

Code: Select all

  function RenderAdminForm($formDescriptor)
  {
    $module =& $this->mod_globals->selfptr;
    $optVals = $this->GetOptionByKind('checkbox');

  ...
That should work.
Last edited by pgoneill on Thu Oct 05, 2006 9:40 pm, edited 1 time in total.
tatiana

Re: FeedbackForm Fatal Error

Post by tatiana »

I try your solution but always same message error... :-\

If you have an another idea, it's wonderfull
User avatar
chilsta
Forum Members
Forum Members
Posts: 52
Joined: Thu Oct 20, 2005 8:22 pm
Location: Hove, UK

Re: FeedbackForm Fatal Error

Post by chilsta »

Thanks, this did work for me in v1.04

-C-
Locked

Return to “Modules/Add-Ons”