I have run the upgrade from 6.0.28 to 6.1 on my development site and a form that has worked now generates a stack of errors.
My main site - the same form but 6.0.28 does not generate those messages.
any idea what might have cause this???
Nick
Notice: Undefined index: validation in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Notice: Undefined index: validation in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Notice: Undefined index: validation in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Notice: Undefined index: validation in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Notice: Undefined index: validation in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Notice: Undefined index: validation in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in /hsphere/local/home/pmhu3adv/develop.pmhu3adv.org.au/libraries/cegcore2/admin/extensions/chronofc/helpers/field.php on line 263
addOrRenewMemberV6 load (1396) ©PMHU3A 2019Printed 24-Apr-2019
My main site - the same form but 6.0.28 does not generate those messages.
any idea what might have cause this???
Nick
Hi NickOg,
I gave this reply to a similar question this morning
The immediate cause is that you have your site Error Reporting set higher than System Default. PHP Warnings are not usually a problem.
That said, if you need to remove the warning then you can try changing line 263 in that file to
I gave this reply to a similar question this morning
The immediate cause is that you have your site Error Reporting set higher than System Default. PHP Warnings are not usually a problem.
That said, if you need to remove the warning then you can try changing line 263 in that file to
if(is_array($view['validation']) && !empty(array_filter($view['validation']))){Bob
Hi,
Thanks for repporting this, I have fixed it in the next update!
Best regards
Thanks for repporting this, I have fixed it in the next update!
Best regards
This topic is locked and no more replies can be posted.