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

JobsByMail View is not shown on php7 #492

Closed cbleek closed 5 years ago

cbleek commented 5 years ago

hi @kilip

I've removed the comment in

https://github.com/cross-solution/YAWIK/blob/develop/module/Jobs/view/jobs/jobboard/index.ajax.phtml#L13

//@TODO: [ZF3] the line below caused an error in ZF3
$this->proxy('jobsByMailSubscriptionForm')->render($jobs)

The JobByMail Button is shown using php5.6. Bit it is not shown using php7.2. So I assume something has to be modiefied in the JobsByMail module.

Can you take a look at the todo?

cbleek commented 5 years ago

I've made a mistake. I've forgotten to load the module on php7. It seems to work.

cbleek commented 5 years ago

yes It works on php7.2