After upgrading to version 1.2.6 from 1.2.5 I have encountered the following errors in my http error log while in edit mode of child tables. Actually I do not get to be in edit mode as I receive a blank form.
These errors do not occur in version 1.2.5 and no changes have been made in the config files.
The errors appear only in edit mode of child tables. They do not appear in the edit mode of the parent table of the relationship.
The setup is Red Hat, PHP 5.1.6, mysql 5.0.77. Tried both Chrome and Firefox on Mac. The errors are the following:
- Code: Select all
PHP Notice: Undefined index: column_names in /var/www/html/xataface/SQL/Parser/wrapper.php on line 649, referer: http://my_host_name.gom/my_db/index.php?-table=titles&-action=browse&-cursor=0&-skip=0&-limit=30&-mode=list&-recordid=titles%3Ftitle_id%3D1
PHP Notice: Undefined index: column_names in /var/www/html/xataface/Dataface/Relationship.php on line 244, referer: http://my_host_name/my_db/index.php?-table=titles&-action=browse&-cursor=0&-skip=0&-limit=30&-mode=list&-recordid=titles%3Ftitle_id%3D1
PHP Warning: Invalid argument supplied for foreach() in /var/www/html/xataface/Dataface/Relationship.php on line 251, referer: http://my_host_name/my_db/index.php?-table=titles&-action=browse&-cursor=0&-skip=0&-limit=30&-mode=list&-recordid=titles%3Ftitle_id%3D1
PHP Warning: Invalid argument supplied for foreach() in /var/www/html/xataface/SQL/Parser/wrapper.php on line 589, referer: http://my_host_name/my_db/index.php?-table=titles&-action=browse&-cursor=0&-skip=0&-limit=30&-mode=list&-recordid=titles%3Ftitle_id%3D1
PHP Fatal error: In Dataface_Table::loadTable() expected first argument to be a string but received ''On line 2343 of file /var/www/html/xataface/Dataface/Table.php in function printStackTrace()\n<br>On line 45 of file /var/www/html/xataface/Dataface/FormTool/select.php in function loadTable()\n<br>On line 393 of file /var/www/html/xataface/Dataface/FormTool.php in function buildWidget(Dataface_Record Object,array(agro_id,int(10),NO,,,,titles,array(\xce\x9a\xcf\x89\xce\xb4\xce\xb9\xce\xba\xcf\x8c\xcf\x82 \xce\xa0\xce\xb1\xcf\x81\xce\xb1\xce\xb3\xcf\x89\xce\xb3\xce\xbf\xcf\x8d,\xce\x95\xce\xb9\xcf\x83\xce\xb1\xce\xb3\xce\xb5\xcf\x84\xce\xb5 \xcf\x84\xce\xbf\xce\xbd \xce,Dataface_QuickForm Object,agro_id,)\n<br>On line 345 of file /var/www/html/xataface/Dataface/QuickForm.php in function buildWidget(Dataface_Record Object,array(agro_id,int(10),NO,,,,titles,array(\xce\x9a\xcf\x89\xce\xb4\xce\xb9\xce\xba\xcf\x8c\xcf\x82 \xce\xa0\xce\xb1\xcf\x81\xce\xb1\xce\xb3\xcf\x89\xce\xb3\xce\xbf\xcf\x8d,\xce\x95\xce\xb9\xcf\x83\xce\xb1\xce\xb3\xce\xb5\xcf\x84\xce\xb5 \xcf\x84\xce\xbf\xce\xbd \xce,Dataface_QuickForm Object,agro_id,,array(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1))\n<br>On line 486 of file /var/www/html/xataface/Dataface/QuickForm.php in function _buildWidget(array(agro_id,int(10),NO,,,,titles,array(\xce\x9a\xcf in /var/www/html/xataface/Dataface/Table.php on line 2343, referer: http://my_host_name/my_db/index.php?-table=titles&-action=browse&-cursor=0&-skip=0&-limit=30&-mode=list&-recordid=titles%3Ftitle_id%3D1
If I revert back to version 1.2.5 the errors do not occur.
The same error occurs with 2 different xataface apps always while in edit mode.
Has anyone else experienced something similar ?
Thank you,
S.