Hi
Can you try deleting the application cache?
Using command;
cd <orangehrm>/symfony
php symfony cc
Manual delete directory;
Delete directories in <orangehrm>/symfony/cache directory
Search found 42 matches
- Wed Jan 06, 2021 7:16 am
- Forum: Suggestions & Feedback
- Topic: Internal Error Occurred
- Replies: 1
- Views: 1245
- Wed Jan 06, 2021 7:10 am
- Forum: OrangeHRM Tech
- Topic: Unabel to Start the Orange HRM service
- Replies: 1
- Views: 509
Re: Unabel to Start the Orange HRM service
Hi Can you try move OrangeHRM source code into /var/www then? Please download the latest release from https://sourceforge.net/projects/orangehrm/files/latest/download . Or you can check your default document root in /etc/httpd/conf/httpd.conf and change current DocumentRoot to DocumentRoot "/var/www...
- Wed Jan 06, 2021 6:59 am
- Forum: How to Install?
- Topic: Installing OrangeHRM on IBM Cloud
- Replies: 2
- Views: 665
Re: Installing OrangeHRM on IBM Cloud
Hi
Thank you for the guide.
Thank you for the guide.
- Tue Nov 24, 2020 5:20 am
- Forum: How to Install?
- Topic: Internal Error Occurred after installation V4.5
- Replies: 5
- Views: 3394
Re: Internal Error Occurred after installation V4.5
Hi @muhtadi,
You are correct. Most probebly yes, it's connection issue with database. Sometime it's cache issue if you re-install multiple times.
Thanks,
You are correct. Most probebly yes, it's connection issue with database. Sometime it's cache issue if you re-install multiple times.
Thanks,
- Tue Nov 24, 2020 4:28 am
- Forum: How to Install?
- Topic: Internal Error Occurred after installation V4.5
- Replies: 5
- Views: 3394
Re: Internal Error Occurred after installation V4.5
Hi @muhtadi,
You may need to contact your hosting provider to solve this issue.
Thanks,
You may need to contact your hosting provider to solve this issue.
Thanks,
- Tue Nov 24, 2020 4:26 am
- Forum: How to Install?
- Topic: Internal Error Occurred after installation V4.5
- Replies: 5
- Views: 3394
Re: Internal Error Occurred after installation V4.5
Hi @dherremans
Can you try executing php symfony cc within <orangehrm-app>/symfony directory.
Thanks,
Can you try executing php symfony cc within <orangehrm-app>/symfony directory.
Thanks,
- Tue Nov 24, 2020 4:18 am
- Forum: How to Install?
- Topic: Add Dropdown Field to personal details
- Replies: 4
- Views: 2861
Re: Add Dropdown Field to personal details
Hi @thell,
Can you try,
$widgets['cmbState']->setDefault($this->employee->getEmpStatus());
Please refer symfony/lib/model/doctrine/orangehrmPimPlugin/base/BaseEmployee.class.php
Thanks,
Can you try,
$widgets['cmbState']->setDefault($this->employee->getEmpStatus());
Please refer symfony/lib/model/doctrine/orangehrmPimPlugin/base/BaseEmployee.class.php
Thanks,
- Tue Nov 10, 2020 7:10 am
- Forum: How to Install?
- Topic: Slovenian language pack
- Replies: 3
- Views: 4920
Re: Slovenian language pack
Hi,
OrangeHRM 4.6 onwards you can customize your language pack as you want,
Feel free to shrare your language pack with us.
Thanks.
OrangeHRM 4.6 onwards you can customize your language pack as you want,
Feel free to shrare your language pack with us.
Thanks.
- Tue Nov 10, 2020 6:54 am
- Forum: How to use OrangeHRM?
- Topic: Newly added Leave Types not available in employees user.
- Replies: 1
- Views: 2842
Re: Newly added Leave Types not available in employees user.
Hi,
Can you try adding entitlements for your employees, Thanks
Can you try adding entitlements for your employees, Thanks
- Tue Nov 10, 2020 6:47 am
- Forum: How to Install?
- Topic: Add Dropdown Field to personal details
- Replies: 4
- Views: 2861
Re: Add Dropdown Field to personal details
Hi,
Did you tried below method,
1. Go to Custom Fields screen 2. Create custom field 3. Check whether it's comming in particular screen
Did you tried below method,
1. Go to Custom Fields screen 2. Create custom field 3. Check whether it's comming in particular screen