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

Admin: Creating new game world doesn't generate map tiles #186

Open
frank9999 opened this issue Apr 24, 2024 · 1 comment
Open

Admin: Creating new game world doesn't generate map tiles #186

frank9999 opened this issue Apr 24, 2024 · 1 comment
Labels
enhancement New feature or request Priority: Low Low priority issue

Comments

@frank9999
Copy link
Member

When manually generating game worlds from the admin panel it doesn't generate map tile images.

Workaround: Run console command to regenerate world images after generating the world.

php bin/console  game:maintenance:update:world-map-images
@frank9999 frank9999 added bug Something isn't working Priority: High High priority issue labels Apr 24, 2024
@frank9999
Copy link
Member Author

Hmm it does generate the map tile images, it's just a server permission issue:

Warning: imagejpeg(/var/www/prod.ultimate-warfare.com/releases/14/public/images/world/2.jpg): Failed to open stream: Permission denied

Note to self: Make public/images/world and public/images/sector a writeable symlinked directory. This will solve world generation images and we no longer have to regenerate all world images on new deploys

@frank9999 frank9999 added enhancement New feature or request Priority: Low Low priority issue and removed bug Something isn't working Priority: High High priority issue labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Low Low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant