[horde] autoload.php
Simon B
simon.buongiorno at gmail.com
Fri Jun 13 14:49:53 UTC 2025
Hi Ralf,
I was debuggging something else and I ran across these log lines in the
apache error_log.
[Thu Jun 12 12:41:32.582396 2025] [php:warn] [pid 502630:tid 502630]
[client 80.187.120.191:26331] PHP Warning:
require_once(/usr/share/2024-composer-horde6/vendor/vendor/autoload.php):
Failed to open stream: No such file or directory in
/usr/share/2024-composer-horde6/vendor/horde/horde/rampage.php on line 2
[Thu Jun 12 12:41:32.582542 2025] [php:error] [pid 502630:tid 502630]
[client 80.187.120.191:26331] PHP Fatal error: Uncaught Error: Failed
opening required
'/usr/share/2024-composer-horde6/vendor/vendor/autoload.php'
(include_path='.:/usr/share/php') in
/usr/share/2024-composer-horde6/vendor/horde/horde/rampage.php:2\nStack
trace:\n#0 {main}\n thrown in
/usr/share/2024-composer-horde6/vendor/horde/horde/rampage.php on line 2
I checked for the file, and whilst there is an autoload.php - 2 actually -
neither is where Apache is looking for it.
root at mail:~$ find /usr/share/2024-composer-horde6/ -type f -name
autoload.php
/usr/share/2024-composer-horde6/vendor/autoload.php
/usr/share/2024-composer-horde6/vendor/horde/css_parser/bundle/vendor/autoload.php
root at mail:~$ ls /usr/share/2024-composer-horde6/vendor/vendor/autoload.php
ls: cannot access
'/usr/share/2024-composer-horde6/vendor/vendor/autoload.php': No such file
or directory
Is it safe to move (copy one of them to the correct location? And which
one, since they are not identical.
I am currently petrified to do a composer upgrade since I do not really
have the skills to roll-back like the others had to do last week.
Have a nice weekend.
Simon
More information about the horde
mailing list