cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
124 stars 67 forks source link

leaving the company in draft mode leads to error 500 for adding/editing joboffers #151

Closed mbo-s closed 8 years ago

mbo-s commented 9 years ago

steps to reproduce

  1. Create a new account
  2. Create a new joboffer -> Message: You need to add a company
  3. Follow the link for creating a new company
  4. Go back to job overview, there you see a job draft with the edit button
  5. click on edit button leads to "An error occurred. An unexpected error had occured. Please try again later." or
  6. Go to job overview and follow the link to create a new offer "An error occurred. An unexpected error had occured. Please try again later."

Error.log

2015-09-08 19:46:09 WARN Illegal offset type (errno 2) in /data/www/YAWIK/vendor/zendframework/zend-i18n/src/Translator/Translator.php on line 443
2015-09-08 19:46:13 ERR Call to a member function getName() on a non-object (errno 1) in /data/www/YAWIK/module/Jobs/src/Jobs/Factory/Form/HiringOrganizationS
electFactory.php on line 53
cbleek commented 8 years ago

This was fixes. Unfortunately I don't remember the commit

TiSiE commented 8 years ago

It seems, this was not fixed. We address this in #202.