Problem beim Update auf die aktuelle 2022.10


Hallo zusammen

Auf meiner zweiten Instanz habe ich ein Problem beim Update auf die 2022.10 (von der alten Stable aus).
Im Apache-Log finde ich folgende Zeilen:
[Thu Oct 27 14:27:36.243856 2022] [proxy_fcgi:error] [pid 2771074:tid 139919720097536] [client 62.204.xx.xx:60503] AH01071: Got error 'PHP message: PHP Warning: include(www/friendica/vendor/composer/../smarty/smarty/libs/Smarty.class.php): Failed to open stream: No such file or directory in www/friendica/vendor/composer/ClassLoader.php on line 444PHP message: PHP Warning: include(): Failed opening 'www/friendica/vendor/composer/../smarty/smarty/libs/Smarty.class.php' for inclusion (include_path='.::www/friendica/include:www/friendica/library:www/friendica') in www/friendica/vendor/composer/ClassLoader.php on line 444', referer: https://f.freinetz.ch/network

Beim Update bei git und composer lief alles fehlerfrei durch. Jetzt habe ich nur noch einen Whitescreen.
Standardmässig nutzt ich php 7.4, habe das Ganze noch kurz mit 8.0 getestet - ohne erfolg.

Mögliche Ursachen?

Danke für eure Unterstützung im Voraus!

!Friendica Support

in reply to Hypolite Petovan

Habe ich gemacht, keine Fehler. Nun wiederholt:
You are using Composer 1 which is deprecated. You should upgrade to Composer 2, see https://blog.packagist.com/deprecating-composer-1-support/
Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
Generating optimized autoload files
18 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
in reply to Hypolite Petovan

yes I can confirm, that the file exists.
There are other errors to other php-files:
[Thu Oct 27 15:29:37.063420 2022] [proxy_fcgi:error] [pid 2947120:tid 139931403544320] [client 2604xx0:37252] AH01071: Got error 'PHP message: PHP Warning:  require(/home/users/freinetz/www/friendica/vendor/composer/../paragonie/sodium_compat/autoload.php): failed to open stream: No such file or directory in /home/users/freinetz/www/friendica/vendor/composer/autoload_real.php on line 69PHP message: PHP Fatal error:  require(): Failed opening required '/home/users/freinetz/www/friendica/vendor/composer/../paragonie/sodium_compat/autoload.php' (include_path='.:') in /home/users/freinetz/www/friendica/vendor/composer/autoload_real.php on line 69'
[Thu Oct 27 15:29:37.248912 2022] [proxy_fcgi:error] [pid 2947120:tid 139930621695744] [client 2a00:xx1:39664] AH01071: Got error 'PHP message: PHP Warning:  require(/home/users/freinetz/www/friendica/vendor/composer/../phpseclib/phpseclib/phpseclib/bootstrap.php): failed to open stream: No such file or directory in /home/users/freinetz/www/friendica/vendor/composer/autoload_real.php on line 69PHP message: PHP Fatal error:  require(): Failed opening required '/home/users/freinetz/www/friendica/vendor/composer/../phpseclib/phpseclib/phpseclib/bootstrap.php' (include_path='.:') in /home/users/freinetz/www/friendica/vendor/composer/autoload_real.php on line 69'
in reply to Michi

@Michi That's a bit odd name for a web-user. Do you have php-fpm or how does your web server (Apache/Nginx?) run PHP scripts?

E.g. for this sub-domain I had to specify it in the pool's configuration file:

; Unix user/group of processes
; Note: The user is mandatory. If the group is not set, the default user's group
;       will be used.
user = vuXXXX
group = www-data

(while xxxx is a four-digit number).