Can´t restore any Apps after update to Debian 11

So for example wordpress stills shows a 502 …?

yes it does :frowning:

Mokay let’s double check that our sed did have an effect

grep -nr 'php.*sock' /etc/nginx

should show “php7.4-fpm[something].sock” on the line related to wordpress

@Aleks i don’t understand this - my ssh connection got closed and now i can’t login anymore. The password on the FTP client and ssh client does not work anymore… I have not changed anything… Don know what to do…
i was on root

a working pw was stored by the FTP client and now it does not work anymore

Did a new install of dibian 11 - this time with the option that yh takes over control over ssh passwords/accounts - let’s see how long this works…

@Aleks can you have a look and help me to get my site up again… THANKS so much

root@vmd:~# grep -nr 'php.*sock' /etc/nginx
/etc/nginx/conf.d/podcast.xyz.tld.d/castopod.conf:13:    fastcgi_pass unix:/var/run/php/php8.0-fpm-castopod.sock;
/etc/nginx/conf.d/mail.xyz.tld.d/roundcube.conf:15:    fastcgi_pass unix:/var/run/php/php7.3-fpm-roundcube.sock;
/etc/nginx/conf.d/xyz.tld.d/wordpress.conf:27:           fastcgi_pass unix:/var/run/php/php7.3-fpm-wordpress.sock;
/etc/nginx/conf.d/admin.xyz.tld.d/phpmyadmin.conf:14:    fastcgi_pass unix:/var/run/php/php7.3-fpm-phpmyadmin.sock;
/etc/nginx/conf.d/rss.xyz.tld.d/rss-bridge.conf:15:    fastcgi_pass unix:/var/run/php/php7.3-fpm-rss-bridge.sock;
/etc/nginx/conf.d/pics.xyz.tld.d/ttrss.conf:15:    fastcgi_pass unix:/var/run/php/php8.0-fpm-ttrss.sock;
/etc/nginx/sites-available/default:59:	#	# With php-fpm (or other unix sockets):
/etc/nginx/sites-available/default:60:	#	fastcgi_pass unix:/run/php/php7.4-fpm.sock;
/etc/nginx/sites-available/default:61:	#	# With php-cgi (or other tcp sockets):

so the apps still want to use php 7.3
how can i change this?
or shell i install php7,3?

Well if you’re a new install, did you redo the sed command …?

yes

My bad there was a typo in the command T_T

It should be:

sed -i 's/php7.3-fpm/php7.4-fpm/g' /etc/nginx/conf.d/*/*.conf

(note the addition of ‘conf.d’ in the path)

1 Like

yes that did it - THANKS

bibliogram and invidios were still not running but i can do a fresh install here since there is no user dater i need from the backups

but a bibliogram search gives me this error:

Error: No profile info in the preloader.
    at /var/www/bibliogram/src/lib/collectors.js:74:12
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async getUserAndQuota (/var/www/bibliogram/src/site/api/routes.js:21:28)
    at async Object.code (/var/www/bibliogram/src/site/api/routes.js:114:29)

still have some more problems:
an update for wordpress can´t be installed

https://paste.yunohost.org/raw/ohexiroseh

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.