From: SourceForge.net <no...@so...> - 2012-09-09 17:04:30
|
Bugs item #3560263, was opened at 2012-08-21 03:24 Message generated for change (Comment added) made by mageg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3560263&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.6.x Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: irmtfan (irmtfan) >Assigned to: Mage Grégory (mageg) Summary: Fatal error: Declaration of XoopsForm::getElements() must b Initial Comment: Fatal error: Declaration of XoopsForm::getElements() must be compatible with that of XoopsFormContainer::getElements() in *****/class/xoopsform/form.php on line 27 to solve this in class/xoopsform/formcontainer.php change this: function getElements($recurse); with this: function getElements($recurse = false); ---------------------------------------------------------------------- >Comment By: Mage Grégory (mageg) Date: 2012-09-09 10:04 Message: Thank you for your help ---------------------------------------------------------------------- Comment By: Mage Grégory (mageg) Date: 2012-09-09 10:04 Message: Fixed in SVN and waiting for review ---------------------------------------------------------------------- Comment By: irmtfan (irmtfan) Date: 2012-08-21 04:08 Message: post in xoops.org forum for discussion: post number 29: http://xoops.org/modules/newbb/viewtopic.php?post_id=348930#forumpost348930 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3560263&group_id=41586 |