I made a website that works perfectly locally. Now I'm trying to publish it online with ploi.io . I get this error:
"Call to undefined function array_key_last()" 3rd line in code
but array_key_last()
is a PHP-function.
https://www.php.net/manual/en/function.array-key-last.php
Here is my website link: http://rocallisa.xyz/
if($key === array_key_last($photos))
My server is running PHP 7.3
but this doesn't help.