Search found 955 matches

 Return to the advanced search

Re: EMAIL CONFIGURATION

 by RussH ¦  26 Apr 2024, 09:56 ¦  Forum: Cries for Help! ¦  Topic: EMAIL CONFIGURATION ¦  Replies: 1 ¦  Views: 9

Hi, the email configuration (including different connection options) is saved in config.php, so after installation you can edit that file to change the config. e.g. /* SMTP Settings. You don't need to worry about this unless MAIL_MAILER is * set to 3. If your server requires authentication, set MAIL...

v0.9.7.4 released - go get it on github!

 by RussH ¦  25 Apr 2024, 21:25 ¦  Forum: OpenCATS Talk ¦  Topic: v0.9.7.4 released - go get it on github! ¦  Replies: 0 ¦  Views: 16

as the title says...

Re: Mass Import of Resumes

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

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: 1812

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: 7111

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: 42330

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: 7111

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: 4776

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: 4776

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 ...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 96
EMAIL CONFIGURATION

Hi, the email configuration (including different[…]

as the title says...

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[…]