zfdatagrid / grid

A DataGrid library for Zend Framework
BSD 3-Clause "New" or "Revised" License
10 stars 16 forks source link

PHP Notice errors #853

Closed imonteiro closed 11 years ago

imonteiro commented 11 years ago

Original author: Brian.W...@gmail.com (November 25, 2008 08:39:37)

What steps will reproduce the problem?

  1. Set to PHP error reporting to ALL
  2. Edit a record (CRUD) / go into edit page

These are error messages that occur:

Notice: Undefined index: fields in /home/kingofcr/library/Bvb/Grid/Deploy/Table.php on line 1256

Notice: Undefined index: fields in /home/kingofcr/library/Bvb/Grid/Deploy/Table.php on line 1058

This applies to 0.2. I believe it is because you are trying to check array field(s) that may or may not exist depending on action.

Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=12

imonteiro commented 11 years ago

From pao.fre...@gmail.com on December 02, 2008 00:01:28 Unable to reproduce this notice.

Made some changes t the code, it may, or may not fixe the problem.

Please update to revision 105 and let me know if it continues.

Regards,