sapplica / sentrifugo

Sentrifugo is a FREE and powerful Human Resource Management System (HRMS) that can be easily configured to meet your organizational needs.
http://www.sentrifugo.com/
GNU General Public License v3.0
488 stars 428 forks source link

Unable to update appraisal http 500 #232

Open allanchow opened 6 years ago

allanchow commented 6 years ago

I created some appraisals in Sentrifugo but when i tried to update by clicking the update button at step 1 initialization (i haven't configured the step 2 and 3), it returns "http error 500: is currently unable to handle this request." I refreshed again the page and see the parameter has been updated, hope someone can fix the problems. Thanks!

sapplica commented 6 years ago

Hi,

We apologize for the delay. Kindly provide us your SFTP, URL and Super Admin credentials of the application to debug the issue. Thank you!

Note: The data you share with us is safe and confidential.

krish512 commented 6 years ago

Did you find the issue? Happening the same for us as well!

omogolo commented 6 years ago

Any update on this issue?

robby-techjini commented 5 years ago

Add error_reporting(E_ALL|E_STRICT); ini_set('display_errors', 'on'); in AppraisalinitController, then paste the error

robby-techjini commented 5 years ago

I changed it to $this->_helper->getHelper("FlashMessenger")->addMessage(array("success"=>"Appraisal process updated successfully"));

where it was mentioned as $this->_helper->FlashMessenger()->setNamespace in AppraisalinitController