suntorytimed / resourcespace

Docker image for ResourceSpace based on ubuntu:latest including openCV, poppler, php8.1 and php-mysqlnd
European Union Public License 1.2
19 stars 11 forks source link

Blank installation #4

Closed TechBill closed 1 year ago

TechBill commented 2 years ago

When I execute your docker, it does load a resourcespace setup page to input the database and admin information but after I clicked install, it redirect me to a blank page.

Any idea why it loads the setup page fine but installation is redirected to a blank page?

nephews commented 2 years ago

I have exactly the same problem.

suntorytimed commented 1 year ago

Using a minimal docker-compose.yml to deploy the container and a mariadb database I can finish the installation successfully. Have you entered the correct address to the mariadb database on the page? Though usually it should write an error in this case. This might also be a ResourceSpace issue unrelated to the container. If you have any kind of error or log that would be helpful. Same for the configuration you are using.

suntorytimed commented 1 year ago

@TechBill @nephews are you sure that you have the proper access to the mounted /var/www/html/include? I could reproduce this in an environment in which the user inside the container doesn't have write/read access to the volume mounted in /var/www/html/include.

suntorytimed commented 1 year ago

Closing due to missing feedback and the issue only being reproducible with an incorrect setup. Please ensure you have the correct permissions on the volumes mounted to /var/www/html/include and /var/www/html/filestore. In case this issue persists afterwards please reopen and provide logs.