- 27 Dec 2020, 11:21
#4912
Hi,
Good morning (10AM GMT)
I hope the team had a good Christmas break.
I came across OpenCats a little while ago and it seems like a great bit of kit. I am however yet to test it properly in a live environment, other than the demo.
I have been having some issues and problems with the OpenCats software for a short while now and have been trying to resolve it on my own and have come stuck. I receive a series of FATAL ERRORs, have repeatedly tried to install/uninstall the software and run the wizard, have changed the PHP versions accordingly:
Operating System Type: CATS thinks your operating system is UNIX.
PHP Version: 5.6.40
Database Version: MySQL 5.7.32-log
Fatal error: Class 'OpenCATS\UI\CandidateQuickActionMenu' not found in /OpenCats/modules/candidates/Show.tpl on line 56
This is line 56:
<?php TemplateUtility::printSingleQuickActionMenu(new CandidateQuickActionMenu(DATA_ITEM_CANDIDATE, $this->data['candidateID'], $_SESSION['CATS']->getAccessLevel('candidates.edit'))); ?>
Fatal error: Class 'OpenCATS\UI\QuickActionMenu' not found in /OpenCats/modules/companies/Show.tpl on line 31
This is line 31:
<?php TemplateUtility::printSingleQuickActionMenu(new QuickActionMenu(DATA_ITEM_COMPANY, $this->companyID, $_SESSION['CATS']->getAccessLevel('companies.edit'))); ?>
If this is something you can advise or guide on, it would be massively appreciated.
I am somewhat stuck and wanted to fix this myself if possible, however have been unable to do so.
Thank you in advance,
Kind regards,
Richard
Good morning (10AM GMT)
I hope the team had a good Christmas break.
I came across OpenCats a little while ago and it seems like a great bit of kit. I am however yet to test it properly in a live environment, other than the demo.
I have been having some issues and problems with the OpenCats software for a short while now and have been trying to resolve it on my own and have come stuck. I receive a series of FATAL ERRORs, have repeatedly tried to install/uninstall the software and run the wizard, have changed the PHP versions accordingly:
Operating System Type: CATS thinks your operating system is UNIX.
PHP Version: 5.6.40
Database Version: MySQL 5.7.32-log
Fatal error: Class 'OpenCATS\UI\CandidateQuickActionMenu' not found in /OpenCats/modules/candidates/Show.tpl on line 56
This is line 56:
<?php TemplateUtility::printSingleQuickActionMenu(new CandidateQuickActionMenu(DATA_ITEM_CANDIDATE, $this->data['candidateID'], $_SESSION['CATS']->getAccessLevel('candidates.edit'))); ?>
Fatal error: Class 'OpenCATS\UI\QuickActionMenu' not found in /OpenCats/modules/companies/Show.tpl on line 31
This is line 31:
<?php TemplateUtility::printSingleQuickActionMenu(new QuickActionMenu(DATA_ITEM_COMPANY, $this->companyID, $_SESSION['CATS']->getAccessLevel('companies.edit'))); ?>
If this is something you can advise or guide on, it would be massively appreciated.
I am somewhat stuck and wanted to fix this myself if possible, however have been unable to do so.
Thank you in advance,
Kind regards,
Richard
Last edited by Richard IV on 06 Jan 2021, 10:33, edited 1 time in total.