Search found 954 matches

 Return to the advanced search

Re: Mass Import of Resumes

 by RussH ¦  01 Mar 2024, 17:54 ¦  Forum: Cries for Help! ¦  Topic: Mass Import of Resumes ¦  Replies: 9 ¦  Views: 8200

Hi Kline, okay so you're getting into some awkward issues here. as standard, the bulk import features will rely on the 'optional' document conversion utilities you're prompted to install during the install wizard, i.e. pdf2txt etc. I don't believe these are installable on Windows? There was an alter...

Re: Toolbar on Job Order description field is gone

 by RussH ¦  01 Mar 2024, 17:50 ¦  Forum: Cries for Help! ¦  Topic: Toolbar on Job Order description field is gone ¦  Replies: 2 ¦  Views: 1594

Hi Zoomiest,

yes - this is fixed in github but not rolled into a release yet, you need to make a single line change, as per the commit here;
https://github.com/opencats/OpenCATS/pull/621/files

Re: Is the XML feed broken?

 by RussH ¦  25 Jan 2024, 10:53 ¦  Forum: Cries for Help! ¦  Topic: Is the XML feed broken? ¦  Replies: 3 ¦  Views: 6966

Re: Adding Fields to Job Application Interface?

 by RussH ¦  23 Jan 2024, 14:11 ¦  Forum: Cries for Help! ¦  Topic: Adding Fields to Job Application Interface? ¦  Replies: 5 ¦  Views: 42118

You can create your own questionnaire or multiple questionnaires for different types of job and attach the relevant one to the vacancy.

Re: Is the XML feed broken?

 by RussH ¦  19 Jan 2024, 14:47 ¦  Forum: Cries for Help! ¦  Topic: Is the XML feed broken? ¦  Replies: 3 ¦  Views: 6966

Hi Manuel, yes it was broken and a very small fix. I've added this fix to the Github project https://github.com/opencats/OpenCATS/pull/636 If you want to apply this patch to your installation, all that's needed is to add this to /xml/index.php - after line 36 chdir('..'); <- EXISTING include_once('c...

Hi, php COM and .NET support aren't enabled by default in PHP for windows, but it's simple to do so; - find your php.ini and uncomment ;extension=php_com_dotnet.dll On windows versions of php, the file should already be in the ext directory. Please check it's there - if it's not go to windows.php.ne...

Re: Can't adjust the order of the columns

 by RussH ¦  12 Jan 2024, 17:20 ¦  Forum: OpenCATS Talk ¦  Topic: Can't adjust the order of the columns ¦  Replies: 4 ¦  Views: 4594

have pushed this quick fix to github;
https://github.com/opencats/OpenCATS/pull/633

Re: Can't adjust the order of the columns

 by RussH ¦  12 Jan 2024, 11:01 ¦  Forum: OpenCATS Talk ¦  Topic: Can't adjust the order of the columns ¦  Replies: 4 ¦  Views: 4594

very quick fix, in /ajax/getDataGridPager.php, line 43, replace; $parameters = json_decode($_REQUEST['p']); with $parameters = json_decode($_REQUEST['p'],true); This works for me on my 'work in progress' php 8.2 test version which is the only one I have available right now - so should work for your ...

Re: Applications NOT saving Resumes

 by RussH ¦  12 Jan 2024, 10:48 ¦  Forum: Cries for Help! ¦  Topic: Applications NOT saving Resumes ¦  Replies: 5 ¦  Views: 5186

Hi @foolishwhom if there is a bug please report it on the github issues page and it'll be investigated/fixed.

Re: Error when Testing Email Configuration Under Administration

 by RussH ¦  09 Jan 2024, 18:29 ¦  Forum: Cries for Help! ¦  Topic: Error when Testing Email Configuration Under Administration ¦  Replies: 1 ¦  Views: 4794

HI there, opencats uses phpmailer for emails. It's likely when you were offered which of three ways to send emails you may have chosen one your system doesn't support? Usually option 1 or 2 would not be supported under Windows. You can change this at any time by amending the config.php file in webro...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 96

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me