Issue with PHP8
-
Hi Folks
I have recently just updated a wordpress site for my son which used a very old and hacked theme to post video reviews. I finally was able to work out how to get the new theme to work and to get the old embedded videos to show on each post by adding this line of code:<?php $values = get\_post\_custom\_values(“video”); echo $values\[0\]; ?>
This works great however each new post he does with the new theme doesnt require this code and because the video embed is missing from the new posts it throws up an error message but only on PHP 8, not any older php versions. Here is the message:
Warning: Trying to access array offset on value of type null in /home/customer/www/movietube.com.au/public_html/wp-content/themes/justvideo/single.php on line 18
Does anyone have a solution please? Thank youThe page I need help with: [log in to see the link]
- The topic ‘Issue with PHP8’ is closed to new replies.