opencats / OpenCATS

Applicant Tracking System (maintained code base)
http://www.opencats.org
Other
476 stars 236 forks source link

Candidate data not showing in Joborder #569

Closed sidsingh1001 closed 1 year ago

sidsingh1001 commented 1 year ago

Not able to see candidate data in Joborder and Lists

Expected behavior and actual behavior. Assigned candidates to a specific job order. When i go to details in the joborder the candidates assigned should show at the bottom of the page. The report graph shows that there are candidates assigned to the JobOrder but the table where the candidates should be shown is not populated.

What version of opencats are you running? my OPenCats version is 0.9.6 Release downloaded from GIT

Version of PHP and MySQL PHP version is 7.3.32 MySQL version is 5.6.43

Hosted on Godaddy shared hosting LAMP

Data is available in the table candidate_joborder (i did check that.)

Issue
RussH commented 1 year ago

HI,

Okay, first things first - the maximum version of PHP supported is 7.2, and MariaDB of 10.6 (see https://documentation.opencats.org/#dependencies)

Otherwise, please check you've downloaded and installed the -full package on the releases page (https://github.com/opencats/opencats/releases) and not the source code or cloned the master repository. If you've done either of the last two, you'll need to download and run composer (https://getcomposer.org/) to pick up the dependencies which are already bundled in the -full package.

RussH commented 1 year ago

I've just verified that MariaDB 10.6 works fine, the 'latest' MariaDB 10.8 does not. You need to use MariaDB with a maximum of 10.6