mhubig / docker-partkeepr

mhubig/partkeepr docker image repository
62 stars 64 forks source link

PHP APCu cache not found #4

Closed X3msnake closed 6 years ago

X3msnake commented 6 years ago

I'm getting a warning on Symfony2/PartKeepr Requirements

How can I fix this i tried ssh'ing into the partkeepr image and doing apt-update and installing apcu but it still does not clear the error,

I'm using Docker for Windows

mhubig commented 6 years ago

This is a partkeepr bug, maybe related to https://github.com/partkeepr/PartKeepr/issues/889. The Dockerfile in develop is now installing apcu-bc (see https://github.com/mhubig/docker-partkeepr/blob/develop/Dockerfile#L31) but the warning persists ...

screenshot 2017-12-29 13 38 16

You can verify this with phpinfo():

docker-compose exec partkeepr bash -c "echo '<?php phpinfo(); ?>' > web/info.php"

and open http://localhost/info.php

X3msnake commented 6 years ago

Thanks for the link

Actually i think this it is a Symphony config problem.

No dia sexta-feira, 29 de dezembro de 2017, Markus Hubig < notifications@github.com> escreveu:

This is a partkeepr bug, maybe related to partkeepr/PartKeepr#889 https://github.com/partkeepr/PartKeepr/issues/889. The Dockerfile in develop is already installing apcu-bc (see https://github.com/mhubig/ docker-partkeepr/blob/develop/Dockerfile#L31).

You can verify this with phpinfo():

docker-compose exec partkeepr bash -c "echo '<?php phpinfo(); ?>' > web/info.php"

and open http://localhost/info.php

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mhubig/docker-partkeepr/issues/4#issuecomment-354440962, or mute the thread https://github.com/notifications/unsubscribe-auth/AKke-lwXNbo-wzOPp94mMXVzXbtCH8wAks5tFNz5gaJpZM4ROwji .

-- Com os melhores cumprimentos, Vinicius Silva

mratix commented 5 years ago

Any solution for this issue?

I trying the docker image on my openmediavault NAS, with connect to a existent db/installation on LAN and become the same error as described.