Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Not able to click download, sends me to blank directory #20

Open
jandrews98 opened this issue Oct 21, 2021 · 2 comments
Open

Not able to click download, sends me to blank directory #20

jandrews98 opened this issue Oct 21, 2021 · 2 comments

Comments

@jandrews98
Copy link

jandrews98 commented Oct 21, 2021

After finally being able to install, I am unable to download any data. Once clicking on "download" it tries taking me to http://localhost/crunch/clients which is unavailable. I am running on Linux Apache and my .env file and virtual host file are below.

My .env file (Blanked out sql details)

APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:Longasskey
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=remotesqlserver
DB_PORT=3306
DB_DATABASE=database
DB_USERNAME=username
DB_PASSWORD=supersecretpassword
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

My vhost file

ServerAdmin serveradmin@domain.org
ServerAlias xxxx.domain.org
DocumentRoot /var/www/html/Plane2Ninja/public

Any help would be amazing. Thank you :)

@turbo124
Copy link
Owner

Not sure sorry, this package hasn't had any love for some time so the issue could be many things.

I'd suggest checking for any errors in the logs, potentially when you see a blank page, it could mean modPHP hasn't been enabled.

@jandrews98
Copy link
Author

Thats a real shame :( it is also not creating a log file in storage/ which is also a nightmare as I cannot see where its erroring! I will keep looking. Thank you however. Also libapache2-mod-php7.4 is installed and enabled so not too sure what the issue is :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants