Welcome Guest, Not a member yet? Register   Sign In
CodeExtinguisher (Formerly jTaby) version 1.4 Released!
#19

[eluser]Majd Taby[/eluser]
well, line 40 of jtabyadmin.php is $this->field_list[$name] = $params['class']; The error indicates that your form_setup isn't valid.

The first thing I recommend you do is add this line somewhere in your constructor:

Code:
echo "<pre>"; print_r($this->spyc->YAMLLOAD('definitions/webinar_form.yml')); echo "</pre>";

That should tell you if the form is loaded or not.

The only syntatical error I see in your code is:
Code:
active:
    class:DropDown
    params:
        list:
            Yes:Yes
            No:No
        value:Yes

Should be:
Code:
active:
    class:DropDown
    params:
        list:
            Yes:Yes
            No:No
    value:Yes

YAML is white-space-sensitive which means it divides the file into an array based on your indentation.

Please let me know the output of the print_r call.

EDIT: ok this might seem ridiculous, but try it out, try adding a space between class: and the name of the class. So, class: TextBox instead of class:TextBox.

I think that's screwing up spyc.

p.s. Just for reference, you don't need to define list_header if it's the same as your controller_name. It will automatically fall back onto the constructor_name if list_header is missing.


Messages In This Thread
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 12:55 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 01:41 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 01:49 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:01 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:04 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:06 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:10 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:22 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:55 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:58 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 11:54 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-06-2007, 12:36 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 02:36 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 12:51 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 02:55 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 05:06 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-13-2007, 02:09 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 07:39 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:07 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:19 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:36 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:43 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 09:28 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-21-2007, 04:07 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-21-2007, 04:46 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-07-2008, 07:30 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-07-2008, 07:34 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-07-2008, 11:44 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-08-2008, 12:17 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-08-2008, 12:23 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-08-2008, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB