Reetik Posted June 16, 2022 Report Share Posted June 16, 2022 Fatal error: Uncaught TypeError: ksort(): Argument #1 ($array) must be of type array, null given in /homes/cityvel/matchfinder.shop/adserver/revive-adserver/lib/max/Admin/Invocation.php:310 Stack trace: #0 /homes/cityvel/matchfinder.shop/adserver/revive-adserver/lib/max/Admin/Invocation.php(310): ksort(NULL) #1 /homes/cityvel/matchfinder.shop/adserver/revive-adserver/www/admin/zone-invocation.php(68): MAX_Admin_Invocation->placeInvocationForm(Array, true) #2 {main} thrown in /homes/cityvel/matchfinder.shop/adserver/revive-adserver/lib/max/Admin/Invocation.php on line 310 this is the error im getting after clicking on invocation code!! what to do? Quote Link to comment Share on other sites More sharing options...
AlexAung Posted July 3 Report Share Posted July 3 Do you still remember how do you solved this issue? I am also facing same issue? Quote Link to comment Share on other sites More sharing options...
vanitha Posted July 31 Report Share Posted July 31 Can you try this condition if (is_array($array)) { ksort($array); } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.