Article 5S156 Upgraded to PHP 7.3 now nothing works

Upgraded to PHP 7.3 now nothing works

by
walterbyrd
from LinuxQuestions.org on (#5S156)
I am running Devuan and lighttpd.

Code:# uname -a
Linux servername 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/LinuxI upgraded from php 7.0 to php 7.3. Now php does not seem to work at all.

Code:# service php7.3-fpm status | grep running
php-fpm7.3 is running.
# ps -aux | grep httpd
www-data 1804 0.0 0.0 13024 2760 ? S 05:23 0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.confMy phpinfo.php script is fairly simple.

Code:# ls -l phpinfo.php
-rwxr-xr-x 1 www-data www-data 20 Nov 17 09:12 phpinfo.php
# cat phpino.php
<?php phpinfo(); ?>But when I try to bring up phpinfo.php, in my browser, I get "503 Service Not Available". HTML scripts will run.latest?d=yIl2AUoC8zA latest?i=RtQmxR9H11U:BsIyfKEnIzQ:F7zBnMy latest?i=RtQmxR9H11U:BsIyfKEnIzQ:V_sGLiP latest?d=qj6IDK7rITs latest?i=RtQmxR9H11U:BsIyfKEnIzQ:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments