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

Configure custom error pages for web server #3

Open
GabrielMajeri opened this issue Feb 16, 2022 · 0 comments
Open

Configure custom error pages for web server #3

GabrielMajeri opened this issue Feb 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@GabrielMajeri
Copy link
Member

Right now, if the user tries to access an inexistent URL or if there's some internal server error, the generic Apache 2 white error pages show up. We could instead configure some custom, branded error pages, with more user-friendly information.

See this tutorial for steps on how to do this: https://www.digitalocean.com/community/tutorials/how-to-configure-apache-to-use-custom-error-pages-on-ubuntu-14-04

@GabrielMajeri GabrielMajeri added the enhancement New feature or request label Feb 16, 2022
GabrielMajeri pushed a commit that referenced this issue Nov 3, 2023
…lude/class.session.php:314

To prevent following error:
PHP Fatal error: Uncaught Error: Call to a member function getId() on bool in /.../include/class.session.php:314

Logged back trace:

PHP Fatal error: Uncaught Error: Call to a member function getId() on bool in /.../include/class.session.php:314
Stack trace:
#0 /.../include/class.session.php(336): osTicket\\Session\\AbstractSessionStorageBackend->getRecord()
#1 /.../include/class.session.php(281): osTicket\\Session\\AbstractSessionStorageBackend->update()
#2 [internal function]: osTicket\\Session\\AbstractSessionHandler->write()
#3 [internal function]: session_write_close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant