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

Install on CyberPanel #1517

Closed
kw3rln opened this issue Nov 1, 2022 · 5 comments
Closed

Install on CyberPanel #1517

kw3rln opened this issue Nov 1, 2022 · 5 comments
Labels
5x Issues related to OrangeHRM 5.x versions question

Comments

@kw3rln
Copy link

kw3rln commented Nov 1, 2022

Hello, is there any possibility to install on CyberPanel ?

image

Thanks

@RajithaKumara
Copy link
Member

Hi @kw3rln ,
There is one way to continue the installation. You have to do a code modification.

Remove this line;

$this->interruptContinue = true;

installer/Util/SystemConfig.php inside isWebServerCompatible function,
remove $this->interruptContinue = true;

Can I know your web server and version? (e.g. Apache 2.4)

@kw3rln
Copy link
Author

kw3rln commented Nov 1, 2022

Hello @RajithaKumara

the web server is Open LiteSpeed, as far as i know orangehrm needs apache or ngix, right ?

@kw3rln
Copy link
Author

kw3rln commented Nov 1, 2022

image

I did as you said, it installed ok but there is a problem in the display, could it be because it doesn't use apache/ngix ?

FIXED:

Quick fix for that problem is turning off redirection:
modify app file: \src\plugins\orangehrmI18NPlugin\Controller\I18NMessagesController.php
comment if lines (add //) like below:

        // if (!$response->isNotModified($request)) {
            $response->setContent($this->getI18NService()->getTranslationMessagesAsJsonString($locale));
            $this->setCommonHeaders($response, 'application/json');
        // }

@Super-Chama Super-Chama added question 5x Issues related to OrangeHRM 5.x versions labels Nov 3, 2022
@Super-Chama
Copy link
Member

@kw3rln this issue with i18n language strings has been accepted as a bug and will be addressed in our future release.

RajithaKumara added a commit to RajithaKumara/orangehrm that referenced this issue Dec 19, 2022
RajithaKumara added a commit that referenced this issue Dec 19, 2022
* OHRM5X-1902: Fix user cannot enable encryption if they used Existing Empty Database

* OHRM5X-1853: Fix for #1517

* OHRM5X-1854: Check mysql extensions before system check screen
@RajithaKumara
Copy link
Member

This issue was fixed in OrangeHRM 5.3. Get the latest build here.

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 question
Projects
None yet
Development

No branches or pull requests

3 participants