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

Time Module - "503 Application error" #249

Open Shadabpagadi opened 6 years ago

Shadabpagadi commented 6 years ago

After the successful installation of the tool, when I log in and click on 'Time' as superadmin/any user I am getting "503 Application Error. Sorry, but the page you are looking for has not been found. Try checking URL for errors, then hit the refresh button on your browser". Could you please suggest how to fix this.

image

sapplica commented 6 years ago

Hi,

Kindly place the below line of code after the "[mysqld] block" code in MySQL configuration file and then restart the server.

Line of Code: sql_mode="NO_ENGINE_SUBSTITUTION"

Thank you!