Menu

Notice: Undefined property: field_field_cross

Help
2005-04-03
2013-03-22
  • Nobody/Anonymous

    Whenever I try to create a "SELECT" field, I'm getting the following error message:

    Notice: Undefined property: field_field_cross in c:\program files\easyphp1-8\www\mysqlformmaker\lib\files_create.inc.php on line 1477

    Any idea why and how to correct this?
    Thank you :)

     
    • Kristof De Jaeger

      Hi,

      Sorry I respond so late, but it's been very busy so far.
      Anyway, I'm going to look at the code this week and release a new - rather bugfixing - version. Although I'm really not that much with your error, I'll have a look at it anyway :)

       
    • Kristof De Jaeger

      Hi,

      I've look at the file; You can fix it yourself easily;
      Open files_create.inc.php and go to line 1477
      You'll see this:
      if ($rowform->field_field_cross == 1)
      Change it to:
      if ($rowform->field_cross == 1)

       

Log in to post a comment.