CodingJungle Posted February 13, 2020 Share Posted February 13, 2020 I noticed this when i went to go edit an existing nexus package on my dev site, it doesn't happen when i switch to php 7.3, so i'm pretty sure it is something in 7.4 object(Whoops\Exception\ErrorException)#342 (8) { ["message":protected]=> string(51) "Trying to access array offset on value of type null" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(8) ["file":protected]=> string(81) "/home/michael/public_html/dev/applications/nexus/sources/Form/DiscountLoyalty.php" ["line":protected]=> int(36) ["trace":"Exception":private]=> array(10) { [0]=> array(5) { ["file"]=> string(81) "/home/michael/public_html/dev/applications/nexus/sources/Form/DiscountLoyalty.php" ["line"]=> int(36) ["function"]=> string(11) "handleError" ["class"]=> string(10) "Whoops\Run" ["type"]=> string(2) "->" } [1]=> array(5) { ["file"]=> string(59) "/home/michael/public_html/dev/system/Helpers/Form/Stack.php" ["line"]=> int(98) ["function"]=> string(4) "html" ["class"]=> string(31) "IPS\nexus\Form\_DiscountLoyalty" ["type"]=> string(2) "->" } [2]=> array(5) { ["file"]=> string(66) "/home/michael/public_html/dev/system/Helpers/Form/FormAbstract.php" ["line"]=> int(265) ["function"]=> string(4) "html" ["class"]=> string(23) "IPS\Helpers\Form\_Stack" ["type"]=> string(2) "->" } [3]=> array(5) { ["file"]=> string(58) "/home/michael/public_html/dev/system/Helpers/Form/Form.php" ["line"]=> int(418) ["function"]=> string(7) "rowHtml" ["class"]=> string(30) "IPS\Helpers\Form\_FormAbstract" ["type"]=> string(2) "->" } [4]=> array(5) { ["file"]=> string(56) "/home/michael/public_html/dev/system/Node/Controller.php" ["line"]=> int(469) ["function"]=> string(10) "__toString" ["class"]=> string(17) "IPS\Helpers\_Form" ["type"]=> string(2) "->" } [5]=> array(5) { ["file"]=> string(62) "/home/michael/public_html/dev/system/Dispatcher/Controller.php" ["line"]=> int(85) ["function"]=> string(4) "form" ["class"]=> string(20) "IPS\Node\_Controller" ["type"]=> string(2) "->" } [6]=> array(5) { ["file"]=> string(56) "/home/michael/public_html/dev/system/Node/Controller.php" ["line"]=> int(62) ["function"]=> string(7) "execute" ["class"]=> string(26) "IPS\Dispatcher\_Controller" ["type"]=> string(2) "->" } [7]=> array(5) { ["file"]=> string(81) "/home/michael/public_html/dev/applications/nexus/modules/admin/store/packages.php" ["line"]=> int(40) ["function"]=> string(7) "execute" ["class"]=> string(20) "IPS\Node\_Controller" ["type"]=> string(2) "->" } [8]=> array(5) { ["file"]=> string(62) "/home/michael/public_html/dev/system/Dispatcher/Dispatcher.php" ["line"]=> int(152) ["function"]=> string(7) "execute" ["class"]=> string(39) "IPS\nexus\modules\admin\store\_packages" ["type"]=> string(2) "->" } [9]=> array(5) { ["file"]=> string(45) "/home/michael/public_html/dev/admin/index.php" ["line"]=> int(14) ["function"]=> string(3) "run" ["class"]=> string(15) "IPS\_Dispatcher" ["type"]=> string(2) "->" } } ["previous":"Exception":private]=> NULL ["severity":protected]=> int(8) } Link to comment Share on other sites More sharing options...
bfarber Posted February 13, 2020 Share Posted February 13, 2020 Thanks for the report, I've submitted a patch to get this issue resolved in an upcoming release. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.