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

Showing web server failed in environment on system check page #1786

Open
prakhar3062 opened this issue Jan 13, 2024 · 3 comments
Open

Showing web server failed in environment on system check page #1786

prakhar3062 opened this issue Jan 13, 2024 · 3 comments
Labels
5x Issues related to OrangeHRM 5.x versions

Comments

@prakhar3062
Copy link

OrangeHRM version

5.5

Environment details

  • OrangeHRM source:Official website
  • Platform:
  • PHP version:7+
  • Database and version:Mysql
  • Web server:Apache
  • Browser:Edge and Chrome

Describe the bug

Web capture_13-1-2024_162723_sdempire co in

To reproduce

Just try to install through installer

Expected behavior

No response

Relevant log output

No response

@prakhar3062 prakhar3062 added the 5x Issues related to OrangeHRM 5.x versions label Jan 13, 2024
@devishke-orange
Copy link
Contributor

Hi @prakhar3062

What is the web server you are using? It may not be supported. You can add it to installer/config/system_requirements.php if you want to try using it.

'webserver' => ['Apache', 'nginx', 'IIS'],

@billyjk15
Copy link

billyjk15 commented Jan 30, 2024

Hi, thanks for helping out.
I ran into the same problem. I added the following to the code

 'webserver' => ['Apache', 'nginx', 'IIS', 'LiteSpeed'],

the webserver is accepted as LiteSpeed and the installation process runs smoothly. However Orangehrm won't start:
HTTP ERROR 500

@devishke-orange
Copy link
Contributor

Hi @billyjk15,

I'm sorry for the late response. Were you able to install OrangeHRM? Please send me your log files if not. See: Where are my log files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5x Issues related to OrangeHRM 5.x versions
Projects
None yet
Development

No branches or pull requests

3 participants