Salve
ho installato il vostro prodotto su una raspbian senza troppi problemi.
Ora però mi trovo a dover utilizzare una Manjaro in locale.
Dopo aver installato apache, mysql, php e fatto i test di funzionamento, al momento di accedere a localhost/osm ottengo http error 500.
Ho seguito l'altro breve topic su arch ma non ne ho cavato nulla purtroppo.
Nei file di log ottengo sempre questo :
[Sun Feb 03 20:12:31.777076 2019] [php7:warn] [pid 4062] [client ::1:36602] PHP Warning: require_once(/srv/http/osm/vendor/autoload.php): failed to open stream: Permission denied in /srv/http/osm/core.php on line 25, referer: http://localhost/
[Sun Feb 03 20:12:31.777510 2019] [php7:error] [pid 4062] [client ::1:36602] PHP Fatal error: require_once(): Failed opening required '/srv/http/osm/vendor/autoload.php' (include_path='.:') in /srv/http/osm/core.php on line 25, referer: http://localhost/
[Sun Feb 03 20:12:34.604159 2019] [php7:warn] [pid 4063] [client ::1:36604] PHP Warning: require_once(/srv/http/osm/vendor/autoload.php): failed to open stream: Permission denied in /srv/http/osm/core.php on line 25, referer: http://localhost/
[Sun Feb 03 20:12:34.604260 2019] [php7:error] [pid 4063] [client ::1:36604] PHP Fatal error: require_once(): Failed opening required '/srv/http/osm/vendor/autoload.php' (include_path='.:') in /srv/http/osm/core.php on line 25, referer: http://localhost/
[Sun Feb 03 20:12:34.886298 2019] [php7:warn] [pid 4060] [client ::1:36606] PHP Warning: require_once(/srv/http/osm/vendor/autoload.php): failed to open stream: Permission denied in /srv/http/osm/core.php on line 25, referer: http://localhost/
[Sun Feb 03 20:12:34.886401 2019] [php7:error] [pid 4060] [client ::1:36606] PHP Fatal error: require_once(): Failed opening required '/srv/http/osm/vendor/autoload.php' (include_path='.:') in /srv/http/osm/core.php on line 25, referer: http://localhost/
[Sun Feb 03 20:12:35.093271 2019] [php7:warn] [pid 4059] [client ::1:36608] PHP Warning: require_once(/srv/http/osm/vendor/autoload.php): failed to open stream: Permission denied in /srv/http/osm/core.php on line 25, referer: http://localhost/
[Sun Feb 03 20:12:35.096080 2019] [php7:error] [pid 4059] [client ::1:36608] PHP Fatal error: require_once(): Failed opening required '/srv/http/osm/vendor/autoload.php' (include_path='.:') in /srv/http/osm/core.php on line 25, referer: http://localhost/
Ho anche modificato il file core.php come da altre indicazioni, stesso risultato.
Dove sto sbagliando?
Grazie e buon lavoro