opencats / OpenCATS

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

Careers Page Blank #610

Closed michaelcollis11 closed 1 year ago

michaelcollis11 commented 1 year ago

Good Morning,

I have successfully installed OpenCats, we have enabled web portal for careers but when we click the link it comes up blank Unsure if there are any settings that need to be changed to allow this

Thanks Capture

RussH commented 1 year ago

Hi Michael, am assuming this is a xampp issue only-as i don't see it on Linux. Can you share hope you resolved it please?

michaelcollis11 commented 1 year ago

Sure Can - I got it from another post - But added the step by step to my FAQ on our system

Got to the following file location C:\xampp\htdocs\OpenCats\careers open careers.php In notepad ++ and add the following line at the end of chdir('..'); include_once('./'.CATSUtility::getIndexName());

Restart the services - and try opening careers page

Hope this helps