Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.php not working #236

Open
Psynewaves opened this issue Sep 23, 2024 · 2 comments
Open

setup.php not working #236

Psynewaves opened this issue Sep 23, 2024 · 2 comments

Comments

@Psynewaves
Copy link

Not sure what is going wrong here. I've loaded the program with docker and I can access the webgui, but the instructions said to load this file into the browser and follow the instructions, however there seems to be an issue as I have changed the file to $enabled = true;
But when loading the file into the browser, it reports that the file has not been edited.

ulogger 1
ulogger 2

@bfabiszewski
Copy link
Owner

bfabiszewski commented Sep 25, 2024

This must be some docker issue. The file that is effectively served to the browser is probably still not edited.
Dockerfile has ENV parameter ULOGGER_ENABLE_SETUP. Set it to 1 when running you docker.
Something like this:
docker run -e ULOGGER_ENABLE_SETUP=1
Anyway I only use this docker for testing. It may be not fully functional.

@Psynewaves
Copy link
Author

Ah, right. I see.
Thank you very much for your reply mate. I will have a go at that when I return home at the end of the week.

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

No branches or pull requests

2 participants