<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 4, 2022 at 10:07 AM Will Dormann <<a href="mailto:wdormann@gmail.com">wdormann@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 5/3/22 7:05 AM, James Abernathy wrote:<br>
> <br>
> <br>
> I'm guessing it because something is specifying php 8.0 and Ubuntu 22.04 <br>
> uses 8.1?<br>
<br>
<br>
<br>
Ubuntu 22.04 should have a php8.1.{conf,load} file within /etc/apache2/, <br>
not php8.0.{conf,load}, so I'll count this as evidence that the upgrade <br>
to 22.04 did not function as it should.<br>
<br>
As for how to fix it, that may depend on your experience level.  It may <br>
be as simple as:<br>
sudo a2dismod php8.0<br>
sudo apt install php8.1 libapache2-mod-php8.1<br>
sudo a2enmod php8.1<br>
<br>
Or it could be trickier like making symlinks to trick your system into <br>
thinking that php 8.0 is still there.<br>
<br>
I'd start simple (apt land) and work from there.<br>
<br>
<br>
<br>
-WD<br></blockquote><div><br></div><div>Thanks, those commands fixed it.   After restarting apache2, I'm back to normal.</div><div><br></div><div>Jim A</div><div><br></div></div></div>