Bad data passed in; Return to Home whenever I try to add employee

Adding a new Employee, it keeps saying Bad data passed in; Return to Home

Why? What data is bad? How do I fix it?

What is your OS? And your PHP version? And your SuiteCRM version?

Do you see anything relevant in your logs at the moment of the error?

OS Ubuntu 14.04 LTS rinning Plesk Onyx Version 17.0.17 Update #28
PHP 5.5
SuiteCRM Version 7.9.0 (Sugar Version 6.5.24 (Build 509))

Logs show timezone errors but nothing about employees

I suggest

  • upgrading to 7.9.2, because 7.9.0 was buggy

  • fixing those PHP errors (set timezone in php.ini) because any fatal PHP errors will break the app, in random ways. If you can’t fix them post the exact errors. Make sure you check if they’re happening at the time of the Employee error.

  • do you have any customizations in the Employee module?

  • are you filling in all mandatory fields when trying to save?