Reetik Posted June 16, 2022 Report 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
AlexAung Posted July 3, 2024 Report Posted July 3, 2024 Do you still remember how do you solved this issue? I am also facing same issue? Quote
vanitha Posted July 31, 2024 Report Posted July 31, 2024 Can you try this condition if (is_array($array)) { ksort($array); } Quote
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.