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

Getting blank pages #215

Open
blobb3r opened this issue Jan 21, 2024 · 4 comments
Open

Getting blank pages #215

blobb3r opened this issue Jan 21, 2024 · 4 comments

Comments

@blobb3r
Copy link

blobb3r commented Jan 21, 2024

Hi guys,

After installation i'm getting black pages after clicking register and on login.php

What could cause this?

@itismadness
Copy link

Hi @blobb3r, this is most likely due to bad permissions on cache/twig/. Could you double check what they are?

You should also ideally be able to see an error log under /var/log/php that'd help pinpoint what's wrong.

@blobb3r
Copy link
Author

blobb3r commented Jan 26, 2024

Hi @itismadness,
permissions on twig folder:
/var/www/cache/twig -> drwxr-xr-x 9 www-data www-data 4096 Jan 20 14:17 twig

I do have a log file: /var/log/php8.2-fpm.log but only contents are these:
[25-Jan-2024 01:15:49] NOTICE: fpm is running, pid 810 [25-Jan-2024 01:15:49] NOTICE: ready to handle connections [25-Jan-2024 01:15:49] NOTICE: systemd monitor interval set to 10000ms [26-Jan-2024 14:00:57] NOTICE: fpm is running, pid 804 [26-Jan-2024 14:00:57] NOTICE: ready to handle connections [26-Jan-2024 14:00:57] NOTICE: systemd monitor interval set to 10000ms

@itismadness
Copy link

/var/log/php/ is a directory that should have an error.log file.

@blobb3r
Copy link
Author

blobb3r commented Feb 4, 2024

Fixed it..

Checked the docker files to see what's going on there and did postgres migrations (wasn't mentioned in install doc) and added user gazelle and chowned the www folder.

Now logged in with normal user: no problems (well some cache errors..)
Logged in as admin: white screen again... If I could just see a freaking error somewhere.. error logs still empty.

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